Emmanuel Cecchet wrote:
Kamesh,

I'm suffering a weird kind of a problem while running my JUnit Test Cases against a database which uses derby as an engine. Once after each test case gets completed I'm shutting down the database and derby using the following piece of code DriverManager.getConnection("jdbc:derby:;shutdown=true");
Are you not supposed to provide the database name in the URL? It looks like it is missing here.


No, if you do not specify a database, all booted databases and the database engine will be shut down.

--
Øystein

Reply via email to