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 62615 - DatabaseRuntime.stop() is not called
Summary: DatabaseRuntime.stop() is not called
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-18 17:49 UTC by Petr Jiricka
Modified: 2005-11-18 18:26 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 Petr Jiricka 2005-08-18 17:49:35 UTC
DatabaseRuntime.stop() method should stop any databases that are running, when
exiting the IDE. However, currently it is not called anywhere, so any running
databases remain running after IDE shutdown.
Comment 1 Andrei Badea 2005-08-23 11:19:48 UTC
Checking in src/org/netbeans/modules/db/DatabaseModule.java;
/cvs/db/src/org/netbeans/modules/db/DatabaseModule.java,v  <--  DatabaseModule.java
new revision: 1.40; previous revision: 1.39
done
Checking in src/org/netbeans/modules/db/runtime/DatabaseRuntimeManager.java;
/cvs/db/src/org/netbeans/modules/db/runtime/DatabaseRuntimeManager.java,v  <-- 
DatabaseRuntimeManager.java
new revision: 1.8; previous revision: 1.7
done
Comment 2 Martin Schovanek 2005-11-18 18:26:52 UTC
VERIFIED