After adding this line to the "drivers" section in the subsystem "datasources" in standalone.xml the stacktrace is gone:
<driver-class>com.mysql.jdbc.Driver</driver-class>
Also: http://stackoverflow.com/questions/19319171/cant-add-mysql-driver-to-jboss
<driver-class>com.mysql.jdbc.Driver</driver-class>
Also: http://stackoverflow.com/questions/19319171/cant-add-mysql-driver-to-jboss
<driver name="com.mysql" module="com.mysql">
<xa-datasource-class>com.mysql.jdbc.jdbc2.optional.MysqlXADataSource</xa-datasource-class>
</driver>
Read full article from 2 driver classes in the latest MySQL JDBC drive... | Community
No comments:
Post a Comment