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

Summary: Remove dependency from Metadata to DB Explorer
Product: db Reporter: David Vancouvering <davidvc>
Component: CodeAssignee: David Vancouvering <davidvc>
Status: VERIFIED FIXED    
Severity: blocker CC: romanmostyka
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 152250    

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