Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.11, 2.4
-
None
-
Weblogic 10.3.5
Description
The JCA Adapter does not distinguish the case where a Container just wants to suspend the current transaction and closes the connection handle in any case.
The attached patch just checks if the container wants to suspend the current transaction and does not close the connection handle in this case.