[ http://issues.apache.org/jira/browse/DERBY-387?page=all ]
Rajesh Kartha reassigned DERBY-387: ----------------------------------- Assign To: Rajesh Kartha > SimpleNetworkClientSample.java network server example has an error which > causes it to fail > ------------------------------------------------------------------------------------------ > > Key: DERBY-387 > URL: http://issues.apache.org/jira/browse/DERBY-387 > Project: Derby > Type: Bug > Components: Demos/Scripts > Versions: 10.1.1.0 > Reporter: Susan Cline > Assignee: Rajesh Kartha > Priority: Minor > > The file SimpleNetworkClientSample.java under the demo/nserverdemo has an > error which prevents > it from completing successfully. > The one line that is a problem is this: > private static final String DERBY_CLIENT_URL= "jdbc:derby://localhost: > "+ NETWORKSERVER_PORT+"/NSSampledb;create=true"; > The one line fix is this: > private static final String DERBY_CLIENT_URL= > "jdbc:derby://localhost:"+ > NETWORKSERVER_PORT+"/" +DBNAME+";create=true"; -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira