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 69638 - Derby drivers registered twice
Summary: Derby drivers registered twice
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-11-30 15:40 UTC by Martin Schovanek
Modified: 2006-09-22 10:34 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 2005-11-30 15:40:36 UTC
[#200511291900, jdk1.5.0]

In some circumstances Derby drivers are registered twice after SJSAS registration.
Comment 1 Andrei Badea 2005-12-01 12:40:28 UTC
Reproducible. Not only Derby drivers, but all of them.
Comment 2 Andrei Badea 2005-12-01 13:22:35 UTC
Probably a race condition.
Comment 3 Andrei Badea 2005-12-04 18:56:24 UTC
Fixed.

Checking in src/org/netbeans/modules/db/explorer/DatabaseNodeChildren.java;
/cvs/db/src/org/netbeans/modules/db/explorer/DatabaseNodeChildren.java,v  <-- 
DatabaseNodeChildren.java
new revision: 1.40; previous revision: 1.39
done
Checking in src/org/netbeans/modules/db/explorer/infos/DatabaseNodeInfo.java;
/cvs/db/src/org/netbeans/modules/db/explorer/infos/DatabaseNodeInfo.java,v  <--
 DatabaseNodeInfo.java
new revision: 1.51; previous revision: 1.50
done
Comment 4 Lukasz Grela 2006-09-22 10:34:25 UTC
v.