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 134309

Summary: Add method to JDBCDriver to get the underlying driver class
Product: db Reporter: David Vancouvering <davidvc>
Component: CodeAssignee: David Vancouvering <davidvc>
Status: VERIFIED FIXED    
Severity: blocker CC: ulfzibis
Priority: P2 Keywords: API, API_REVIEW_FAST, PLAN
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 134193    
Attachments: Proposed patch for this API change. Passes tests.

Description David Vancouvering 2008-05-01 01:29:34 UTC
Right now you have to build your own classloader using the jar file(s) for the registered driver to get access to the
driver class (see db.mysql for an example).
Comment 1 David Vancouvering 2008-06-28 00:55:51 UTC
Created attachment 63632 [details]
Proposed patch for this API change.  Passes tests.
Comment 2 David Vancouvering 2008-06-28 00:56:36 UTC
Please review proposed change (patch attached) to add this method
Comment 3 Andrei Badea 2008-07-09 13:23:41 UTC
API looks fine.
Comment 4 David Vancouvering 2008-07-10 17:59:23 UTC
Ready for integration
Comment 5 David Vancouvering 2008-07-10 17:59:38 UTC
http://hg.netbeans.org/main?cmd=changeset;node=243643f7d404
Comment 6 Roman Mostyka 2008-07-14 19:22:44 UTC
Verified with build 080714.