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 45385

Summary: Drivers isolation
Product: db Reporter: Martin Schovanek <mschovanek>
Component: CodeAssignee: Radko Najman <rnajman>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Martin Schovanek 2004-06-22 18:09:34 UTC
[2004061800, jdk1.5.0]

Not 100% sure but it looks like Database
Connection classpath is not isolated from other
drivers.

1) add Oracle 9.2 driver, named it "Oracle 9.2"
2) add Oracle 8.1.7 driver,named it "Oracle 8.1.7"
3) connect to a Oracle 9.2 db by the 9.2 driver
4) disconnect and remove the conection
5) connect to a Oracle 9.2 db by the 8.1.7 driver
ERROR: no err apears => 9.2 driver is used
6) disconnect the conection
7) delete the 9.2 driver
8) re-connect the connection
NOTE: IDE throws "cannot obtain schema error" =>
8.1.7 driver is used
Comment 1 Radko Najman 2004-07-23 13:43:53 UTC
Fixed.
Comment 2 dmladek 2004-07-27 15:21:17 UTC
OK in  NetBeans IDE Dev (Build 200407270649)