Open fschuerer opened 2 years ago
Hi @fschuerer,
Thank you for reporting this issue, I have been able to successfully reproduce it. I have raised an internal issue FISH-6472
to address this bug. We always encourage you to contribute, so if you wish you can submit a PR with a fix and we will gladly review it.
As you have already identified the fix, I would strongly recommend you submit a PR for this to get the fix as quick as possible. The following documentation pages may help you in doing so:
If you choose not to submit a PR, we will pick up the issue at some point in the future.
Thanks, James
Description
Hello,
when using the isolationlevel 'TRANSACTION_READ_UNCOMMITTED' in 'DataSourceDefinition' an exception is thrown
Current Outcome
Caused by: javax.resource.ResourceException: Invalid transaction isolation; the transaction isolation level can be empty or any of the following: read-uncommitted, read-committed, repeatable-read, serializable, custom
Steps to reproduce
Environment
Analysis
In 'com.sun.appserv.connectors.internal.api.ConnectorsUtil' at line 542 is missing a 't':