Skip to content

Commit

Permalink
Merge pull request quarkusio#41090 from yrodiere/agroal-exception-docs
Browse files Browse the repository at this point in the history
Update Agroal exception message in docs
  • Loading branch information
gsmet authored Jun 10, 2024
2 parents 7e9f030 + 2d99f1d commit 0ded66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/datasource.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ would result in an exception similar to this:
Caused by: java.sql.SQLException: Exception in association of connection to existing transaction
at io.agroal.narayana.NarayanaTransactionIntegration.associate(NarayanaTransactionIntegration.java:130)
...
Caused by: java.sql.SQLException: Unable to enlist connection to existing transaction
Caused by: java.sql.SQLException: Failed to enlist. Check if a connection from another datasource is already enlisted to the same transaction
at io.agroal.narayana.NarayanaTransactionIntegration.associate(NarayanaTransactionIntegration.java:121)
...
----
Expand Down

0 comments on commit 0ded66e

Please sign in to comment.