-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fail if an XA TXN manager does not enlist the XA session in the TXN
If the TXN manager does not enlist the XASession into the TXN then we should throw an error to indicate that the session could not enter the TXN and we need to ensure that on an error in enlistment or in registering the synchronization we return the session to the pool and properly reset the connection references so that session don't get trapped in the loaned state. This closes #32
- Loading branch information
Showing
8 changed files
with
433 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.