[ http://issues.apache.org/jira/browse/DERBY-1359?page=all ]
     
Jean T. Anderson closed DERBY-1359:
-----------------------------------


> Developers guide: example showing shut down of Derby system should not 
> contain a database name
> ----------------------------------------------------------------------------------------------
>
>          Key: DERBY-1359
>          URL: http://issues.apache.org/jira/browse/DERBY-1359
>      Project: Derby
>         Type: Bug

>   Components: Documentation
>     Versions: 10.0.2.0, 10.0.2.1, 10.1.1.0, 10.2.0.0, 10.1.2.0, 10.1.1.1, 
> 10.1.1.2, 10.1.2.1, 10.1.3.0, 10.1.2.2, 10.1.2.3, 10.1.2.4
>     Reporter: Olav Sandstaa
>     Priority: Trivial
>      Fix For: 10.2.0.0, 10.1.3.0
>  Attachments: derby1359.diff, tdevdvlp20349.html
>
> In the Developers Guide the chapter "Shutting Down the System" gives the 
> following command to shut down the Derby system:
>    DriverManager.getConnection("jdbc:derby:cs;shutdown=true");
> This command should not include the name of a database ("cs"). The correct 
> command should be:
>    DriverManager.getConnection("jdbc:derby:;shutdown=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

Reply via email to