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 - Drivers isolation
Summary: Drivers isolation
Status: CLOSED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-22 18:09 UTC by Martin Schovanek
Modified: 2006-03-24 10:10 UTC (History)
0 users

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 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)