Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3109 Fix for JtaTransactionManager when no active transaction #3122

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

rbygrave
Copy link
Member

The call to registry() can throw an exception so
pulling that inside the try catch block and handle that as no active transaction returning null.

The call to registry() can throw an exception so
pulling that inside the try catch block and handle
that as no active transaction returning null.
@rbygrave rbygrave self-assigned this Jun 26, 2023
@rbygrave rbygrave added this to the 13.20.1 milestone Jun 26, 2023
@rbygrave rbygrave added the bug label Jun 26, 2023
@rbygrave rbygrave merged commit d99c50d into master Jun 26, 2023
2 checks passed
@rbygrave rbygrave deleted the feature/3109-jta-txn-fix branch June 26, 2023 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant