History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
DERBY-410
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
Major
Assignee:
Philip Wilder
Reporter:
Kathey Marsden
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
Derby
ClientDataSource should not require serverName/portNumber to be set
Created:
30/Jun/05 06:39 AM
Updated:
26/Jan/06 02:00 AM
Return to search
Component/s:
JDBC
Affects Version/s:
10.1.1.0, 10.2.1.6
Fix Version/s:
10.1.1.0
,
10.1.2.1
Time Tracking:
Not Specified
Resolution Date:
18/Sep/05 12:07 AM
Description
« Hide
the ClientDataSource property serverName should default to "localhost" but is currently required.
http://incubator.apache.org/derby/docs/adminguide/cadminappsclient.html
See repro for
DERBY-409
and comment out the lines
ds.setServerName("localhost");
ds.setPortNumber(1527);
Description
the ClientDataSource property serverName should default to "localhost" but is currently required.
http://incubator.apache.org/derby/docs/adminguide/cadminappsclient.html
See repro for
DERBY-409
and comment out the lines ds.setServerName("localhost"); ds.setPortNumber(1527);
Show »
All
Comments
Work Log
Change History
Subversion Commits
Sort Order:
No work has yet been logged on this issue.