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 - Jdbc drivers are deployed multiple times
Summary: Jdbc drivers are deployed multiple times
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords: PERFORMANCE
Depends on: 90210
Blocks:
  Show dependency tree
 
Reported: 2007-10-22 13:27 UTC by Petr Hejl
Modified: 2009-06-20 08:07 UTC (History)
3 users (show)

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 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