Skip to content

Commit

Permalink
Update Agraol exception message in docs
Browse files Browse the repository at this point in the history
Following #40779 / agroal/agroal@6c62f82,
the exception message changed and is a bit more explicit.

(cherry picked from commit 2d99f1d)
  • Loading branch information
yrodiere authored and gsmet committed Jun 10, 2024
1 parent 28a78a7 commit acb6fa7
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 @@ -531,7 +531,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 acb6fa7

Please sign in to comment.