Why "Deploying non-JDBC-compliant driver class" message is shown when deploying MySQL or PostgreSQL driver in JBoss EAP 6
Issue
-
Why do I see "Deploying non-JDBC-compliant driver class" message is shown when deploying MySQL or PostgreSQL driver in EAP 6?
-
I followed the steps described in How to configure datasource setting in EAP 6 to configure datasource setting. I used MySQL JDBC driver "mysql-connector-java-5.1.13-bin.jar" and PostgreSQL JDBC driver "postgresql-9.2-1002.jdbc4.jar". I think these are JDBC 4 compliant but EAP 6 still show the following INFO message in server.log:
INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-20) JBAS010404: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 9.2)
Environment
- Red Hat JBoss Enterprise Application Platform (EAP) 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.