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

Summary: Derby drivers registered twice
Product: db Reporter: Martin Schovanek <mschovanek>
Component: CodeAssignee: Andrei Badea <abadea>
Status: VERIFIED FIXED    
Severity: blocker Keywords: RANDOM
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.