Gerry Matte [
http://community.jboss.org/people/gerry.matte] commented on the document
"Data Source Configuration in AS 7"
To view all comments on this document, visit:
http://community.jboss.org/docs/DOC-16657#comment-7157
--------------------------------------------------
It's a small thing but I noticed that when the mysql datasource is created by jboss 7,
the console log states it is deploying a non-JDBC-compliant driver class
com.mysql.jdbc.Driver (the driver name included in the META-INF/services/java.sql.Driver
file).
This notation appears with both mysql-connector-java-5.1.15-bin.jar and
mysql-connector-java-5.1.17-bin.jar
Mysql claims that it's driver is compliant with jdbc 4.0
What is causing JBoss to claim the driver isn't jdbc compliant ?
--------------------------------------------------