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 119644

Summary: Jdbc drivers are deployed multiple times
Product: serverplugins Reporter: Petr Hejl <phejl>
Component: CodeAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: blocker CC: nityad, pjiricka, vkraemer
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 90210    
Bug Blocks:    

Description Petr Hejl 2007-10-22 13:27:15 UTC
When deploying the jdbc driver to the server all jars containing the driver class are deployed. There is a chance that
one jar will overwrite another with same name. The reason is that there is no api to determine the driver for the
database connection - issue 90210.
Comment 1 Petr Jiricka 2009-04-07 13:29:38 UTC
So where would this need to be fixed? Is 90210 still needed for the fix?
Comment 2 Petr Hejl 2009-04-07 14:08:18 UTC
In j2eeserver once 90210 is fixed.
Comment 3 Petr Jiricka 2009-05-16 10:26:33 UTC
Issue 90210 is now fixed!
Comment 4 Petr Hejl 2009-06-19 15:44:03 UTC
Fixed in web-main 93c6f5b2fec5.
Comment 5 Quality Engineering 2009-06-20 08:07:59 UTC
Integrated into 'main-golden', will be available in build *200906200201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/93c6f5b2fec5
User: phejl@netbeans.org
Log: #119644 Jdbc drivers are deployed multiple times