-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.4.2
-
Fix Version/s: 5.4.2-HF26, 5.5.0-HF12, 5.6-RC2, 5.6
-
Component/s: Core VCS
-
Environment:Oracle
Using Oracle and the OCI driver, the LockManager fails due to ORA-24756 which we assume means that it doesn't like the XidImpl we're using.
Instead, replace the use of XA by a simple transaction management using JDBC's begin/commit.