This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 158587

Summary: Embedded H2 database is not correct disconnected
Product: db Reporter: tobbworld <tobbworld>
Component: DB schemaAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description tobbworld 2009-02-15 18:56:17 UTC
I´m using an embedded H2 database and establish a connection via JDBC. 
Disconnect via right click on database - Netbeans show => Disconnect, but the lock File of the H2 database exist => so
connection isn´t really disconnected.
If I try other tools like Razor SQL and disconnect or disconnect in my own Java Application it´s ok.

Through this issue it isn´t possible to create applications which are using an embedded H2 database + manage database in
DB- Manager.

Same problem exist in Netbeans 7

Used versions:
- H2: 1.1.107
- JDK: 1.6; 1.5
Comment 1 Jiri Rechtacek 2009-05-12 15:45:21 UTC

*** This issue has been marked as a duplicate of 85339 ***