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 - Embedded H2 database is not correct disconnected
Summary: Embedded H2 database is not correct disconnected
Status: RESOLVED DUPLICATE of bug 85339
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-15 18:56 UTC by tobbworld
Modified: 2009-05-25 20:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***