Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.2
-
None
Description
The Enlisting DataSource wrapper closes the underlying connection as soon as the application calls ConnectionWrapper.close(). This is not always correct as close() might be called while the transaction is still active.