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 153899 - Metadata API: Unable to use DBConnectionMetadataModelManager from db module
Summary: Metadata API: Unable to use DBConnectionMetadataModelManager from db module
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-25 23:44 UTC by David Vancouvering
Modified: 2009-02-19 20:38 UTC (History)
1 user (show)

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 David Vancouvering 2008-11-25 23:48:02 UTC
Would result in a circular dependency. Need to move the manager to db and then let dbapi delegate to it.
Comment 1 David Vancouvering 2008-11-25 23:52:54 UTC
d1e210663ee6

Now the db module can directly use a new class: org.netbeans.modules.db.explorer.db.metadata.MetadataModelManager
Comment 2 Quality Engineering 2008-11-27 05:30:30 UTC
Integrated into 'main-golden', will be available in build *200811270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d1e210663ee6
User: David Van Couvering <davidvc@netbeans.org>
Log: #153899: Metadata API: Unable to use DBConnectionMetadataModelManager from db module