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 89533 - Wrong MySQL driver class gets configured
Summary: Wrong MySQL driver class gets configured
Status: RESOLVED DUPLICATE of bug 87475
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks: 111037
  Show dependency tree
 
Reported: 2006-11-17 10:42 UTC by John Baker
Modified: 2007-08-03 02:59 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 John Baker 2006-11-17 10:42:48 UTC
Using MySQL 5 and connecting using (Connector/J driver) 
mysql-connector-java-5.0.3-bin.jar

A new driver is added to NB 5.5, specifying driver class name,
com.mysql.jdbc.Driver

However, it turns out that resources are mistakenly configured to use
class name, org.gjt.mm.mysql.Driver

Note, mysql-connector-java-5.0.3-bin.jar supports both class names
Comment 1 Jan Horvath 2006-11-24 19:27:01 UTC
Reassigning.
Changing priority according to priority guidelines
http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html
Comment 2 Nitya Doraisamy 2007-08-03 02:59:45 UTC

*** This issue has been marked as a duplicate of 87475 ***