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 153896 - Metadata API: unable to resolve synthetic schema
Summary: Metadata API: unable to resolve synthetic schema
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:11 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:11:15 UTC
If you create a handle for a schema that is synthetic (because the underlying vendor doesn't support schemas), and then
try to resolve it, it fails (returning null).  This is because a synthetic schema doesn't have a name.
Comment 1 David Vancouvering 2008-11-25 23:20:34 UTC
1489bcc74d2f
Comment 2 Quality Engineering 2008-11-27 05:30:16 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/1489bcc74d2f
User: David Van Couvering <davidvc@netbeans.org>
Log: #153896: Metadata API: unable to resolve synthetic schema