diff --git a/docs/src/main/asciidoc/datasource.adoc b/docs/src/main/asciidoc/datasource.adoc index 8c40a26fe3580..5924e3b1b9b03 100644 --- a/docs/src/main/asciidoc/datasource.adoc +++ b/docs/src/main/asciidoc/datasource.adoc @@ -543,7 +543,7 @@ All <>, but <> might not. . Make sure your database server is configured to enable XA. . Enable XA support explicitly for each relevant datasource by setting -<> to `xa`. +<> to `xa`. Using XA, a rollback in one datasource will trigger a rollback in every other datasource enrolled in the transaction.