-
Bug
-
Resolution: Done
-
Major
-
3.1.1.Final, 3.2.5.Final
-
None
-
None
The class being pointed/loaded for XA_datasource mysql is:
driver.get(DRIVER_XA_DATASOURCE_CLASS_NAME).set("com.mysql.jdbc.jdbc2.optional.MysqlXADataSource");
It should be following instead as per changes to mysql driver recent releases of Mysql Connector J/8 is,the package structure has changed:
com.mysql.cj.jdbc.MysqlXADataSource
- is incorporated by
-
WFLY-13091 WF20: Upgrade HAL to 3.2.7.Final
- Closed
-
WFLY-13143 WF19: Upgrade HAL to 3.2.7.Final
- Closed