-
Feature Request
-
Resolution: Done
-
Minor
-
JBossAS-4.0.5.GA, JBossAS-4.2.0.GA
-
None
-
Compatibility/Configuration
-
Low
The JCA MySQLValidConnectionChecker class has the driver name com.mysql.jdbc.Driver hard coded which prevents it from using any other driver class provided by the standard MySQL library. A good example of this is the replicated driver, which uses class com.mysql.jdbc.ReplicationDriver.