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 98541 - It is possible to add the same JAR file to DB driver
Summary: It is possible to add the same JAR file to DB driver
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks: 152436
  Show dependency tree
 
Reported: 2007-03-21 18:54 UTC by Roman Mostyka
Modified: 2009-06-18 06:56 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 Roman Mostyka 2007-03-21 18:54:34 UTC
1. Rightclick "Databases->Drivers" and select "New Driver...".
2. In "New JDBC Driver" dialog click "Add...", select DB driver and click "Open".
3. Click "Add..." again, select the same DB driver and click "Open".

Result: Doubled DB driver's file is added to driver files list.
Comment 1 Jiri Skrivanek 2009-06-17 08:57:16 UTC
Fixed.
core-main #a4d23fbedac3
Comment 2 Quality Engineering 2009-06-18 06:56:54 UTC
Integrated into 'main-golden', will be available in build *200906180201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a4d23fbedac3
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #98541 - Check for already added driver file.