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 57843

Summary: Wrong DataSource Classname for MySQL db
Product: serverplugins Reporter: Petr Blaha <blaha>
Component: Sun Appserver 8Assignee: Nitya Doraisamy <nityad>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description Petr Blaha 2005-04-13 15:41:53 UTC
[Build 20050412]
I downloaded the latest Connector/J 3.1 form MySQL, then I would like to
generate CMP beans from MySQL and deploy to App server. Sun resources are
generated with wrong DataSource Classname:
org.gjt.mm.mysql.jdbc2.optional.MysqlDataSource. However, MySQLDataSource class
is in package com.mysql.jdbc.jdbc2....
Comment 1 _ ludo 2005-04-15 17:25:15 UTC
It's not wrong per se, it's just incomplete. We list one possible mysql driver,
and there are many others...
We'll update the list as we go. We need to verify first if they can work with
our CMP implementation.
Comment 2 Petr Blaha 2005-04-16 18:09:24 UTC
Ludo, this driver is certified by MySQL and is avalaible on central MySQL web
pages. We are using this driver for testing with App server 8.1 U 1 and is
working fine. Many users are using open-source databases. Therefore, we should
add this driver ASAP. I'm changing TM to 4.2.
Comment 3 Nitya Doraisamy 2005-10-12 21:58:06 UTC
Updated datasource classname for mysql database
Comment 4 Petr Blaha 2005-11-21 13:16:51 UTC
[build 20051120]