-
Bug
-
Resolution: Done
-
Major
-
3.2.8.Final
-
None
-
None
It is pointing to incorrect class as per DatasourceTemplate:
driver.get(DRIVER_XA_DATASOURCE_CLASS_NAME).set("COM.ibm.db2.jdbc.DB2XADataSource");
it should be:com.ibm.db2.jcc.DB2XADataSource,db2 11.1 version onwards.
The driver class is pointing to incorrect package too for which a bug has already been reported :
HAL-1673
- is incorporated by
-
WFLY-13478 Upgrade HAL to 3.2.9.Final
- Closed