MySQL Connector/J not JDBC 4-compliant?
Posted by: Karsten Wutzke
Date: July 29, 2011 10:32PM

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

Options: ReplyQuote


Subject
Written By
Posted
MySQL Connector/J not JDBC 4-compliant?
July 29, 2011 10:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.