You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kathey Marsden (JIRA)" <de...@db.apache.org> on 2006/04/09 21:08:25 UTC

[jira] Updated: (DERBY-387) SimpleNetworkClientSample.java network server example has an error which causes it to fail

     [ http://issues.apache.org/jira/browse/DERBY-387?page=all ]

Kathey Marsden updated DERBY-387:
---------------------------------

    Fix Version: 10.2.0.0

> 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
>      Fix For: 10.2.0.0
>  Attachments: derby-387.patch
>
> 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