Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.3, 2.5.3
-
None
Description
On heavy load in xa environment its possible that calling isBatchMode inside a Method returns different values.
This is not good because depending on this method a connection will be closed or not in finally block.
This can cause exceptions that a statment is created and while using it the underlying connection is closed.