All newer versions of MySQL Connector are (supposed to be) JDBC 4 compliant. See here:
http://dev.mysql.com/doc/refman/5.5/en/connector-j.html
"MySQL Connector/J is a JDBC Type 4 driver. Different versions are available that are compatible with the JDBC 3.0 and JDBC 4.0 specifications." However, I've checked several of the 5.1.xx versions and they all return
Is JDBC-compliant = false
Strange.
Is it a bug? Is it true? Whichever is the case, there's either a bug in the connector or in the docs.
There's a new JDBC driver installation procedure for the all-new JBoss AS 7 server which causes confusion with application and server developers, see here:
http://community.jboss.org/wiki/DataSourceConfigurationInAS7#comment-7161
This could hinder the overall Java datasource installation process of JBoss AS 7 to some degree.
So what's the matter here? Bug? Docs wrong?
Karsten