-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: NXH2-1.4.177-NX01
-
Component/s: H2DATABASE
In TestSQLBackend, the rollback test is failing on rollback with the following error
(2) SQL: XA error on rollback: javax.transaction.xa.XAException: Transaction "XID_0_00_3131313131313131313131313131313131313131313131313131313131313131" not found; SQL statement: ROLLBACK TRANSACTION XID_0_00_3131313131313131313131313131313131313131313131313131313131313131 [90129-177]
xaresource.end(xid, XAResource.TMSUCCESS); xaresource.prepare(xid); xaresource.rollback(xid);
On rollback h2 is running the rollback twice, once using the internal api and then using a command.
- is required by
-
NXP-10926 upgrade h2 jdbc driver to 1.4.177
- Resolved