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 152252 - Remove dependency from Metadata to DB Explorer
Summary: Remove dependency from Metadata to DB Explorer
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks: 152250
  Show dependency tree
 
Reported: 2008-11-04 00:55 UTC by David Vancouvering
Modified: 2009-02-19 20:38 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Vancouvering 2008-11-04 00:55:34 UTC
Metadata API should just work with raw JDBC connections, rather than rely on DatabaseConnection.  This way the Database
Explorer can depend on the Metadata API without causing a circular dependency.
Comment 1 David Vancouvering 2008-11-06 19:55:07 UTC
43a3699d97fb
Comment 2 Roman Mostyka 2008-11-07 08:48:30 UTC
v
Comment 3 Quality Engineering 2008-11-07 16:16:37 UTC
Integrated into 'main-golden', will be available in build *200811071401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/43a3699d97fb
User: David Van Couvering <davidvc@netbeans.org>
Log: #152252: Remove dependency from Metadata to DB Explorer