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 48655 - jdbc drivers don't appeare when previously there's no node under Drivers
Summary: jdbc drivers don't appeare when previously there's no node under Drivers
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-08 10:47 UTC by dmladek
Modified: 2005-03-04 13:32 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 dmladek 2004-09-08 10:47:11 UTC
Product Version       = NetBeans IDE Dev (Build
200409071800)
  Operating System      = Linux version
2.4.22-1.2115.nptl running on i386
  Java; VM; Vendor      = 1.5.0-rc; Java
HotSpot(TM) Client VM 1.5.0-rc-b63; Sun
Microsystems Inc.
  Java Home             = /usr/local/java/jdk1.5.0/jre
  System Locale; Encod. = cs_CZ (nb); ISO-8859-2
  Home Dir; Current Dir = /usr/local/home/delphym;
/usr/local/forte/forte3/NBdev-last/netbeans/bin
  IDE Install; User Dir =
/usr/local/home/delphym/NBdev-last/platform4;
/usr/local/home/delphym/.netbeans/dev
-------------------------------------------------------------------------------

I would say that this issue is a corner case of
finaly fixed and very paintfull issue #38385

Now refreshing driver's list is working after
fixes in lookup and mentioned issue,

 but if you do following:
=========================
1) in RunTime TAB, remove ALL! jdbc driver's nodes
   under the Runtime|Databases|Drivers
2) restart the IDE
3) Try add a new jdbc driver

it's not added! or rather say it doesn't occure
till the next IDE restart.
Comment 1 dmladek 2004-09-08 10:50:14 UTC
FYI:
if you want back your "JDBC-ODBC Bridge" driver provided defaultly by
IDE, you must delete:
Bridge.xml_hidden file in your
$YOUR_nbUSERDIR/config/Services/JDBCDrivers
which is by default in:
$HOME/.netbeans/$nb_version/config/Services/JDBCDrivers
Comment 2 Pavel Flaska 2005-03-04 13:32:47 UTC
It is not reproducible in current build. When you want to re-add
jdbc-odbc bridge, you can do that using rt.jar as jdbc driver jar,
JDBC-ODBC Bridge driver class is found in rt.jar.

I have just tried to add and remove several driver and did not see any
problem, please, reopen if you are still able to reproduce it.