From 13d163c9a491a1c531a2e672c8d6c018e0089257 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Fri, 17 May 2024 17:41:21 +0200 Subject: [PATCH] Fix an invalid configuration property in datasource.adoc --- docs/src/main/asciidoc/datasource.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.