We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If an exception occurs while processing a transaction it should be re-thrown to the client
Exceptions occurring while processing a transaction are swallowed by the CDI extension
The text was updated successfully, but these errors were encountered:
Re-throw JTA related exceptions (Issue #30)
831220e
azzazzel
No branches or pull requests
Basic information
Expected behavior
If an exception occurs while processing a transaction it should be re-thrown to the client
Actual behavior
Exceptions occurring while processing a transaction are swallowed by the CDI extension
The text was updated successfully, but these errors were encountered: