This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new 28df953b5a TOMEE-4104 - Fixed bug in MySQL example code. (#956)
28df953b5a is described below

commit 28df953b5aa03f6ab444a9a2a96437cff965134c
Author: stoxford <[email protected]>
AuthorDate: Wed Nov 2 03:19:20 2022 -0400

    TOMEE-4104 - Fixed bug in MySQL example code. (#956)
    
    * Fixed bug in MySQL example code.
    * Fixed indentation.
---
 docs/configuring-datasources-xa.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/configuring-datasources-xa.adoc 
b/docs/configuring-datasources-xa.adoc
index bbc58df9fe..ccbac0692c 100644
--- a/docs/configuring-datasources-xa.adoc
+++ b/docs/configuring-datasources-xa.adoc
@@ -220,6 +220,7 @@ Please note that using XA with Microsoft SQL Server 
requires the MS DTC to be co
       TimeBetweenEvictionRuns 1 minute
       MaxWaitTime 0 seconds
       ValidationQuery select 1
+    </Resource>
 
     <Resource id="demo/jdbc/XADataSourceXA" type="XADataSource" 
class-name="com.mysql.cj.jdbc.MysqlXADataSource">
       Url jdbc:mysql://192.168.37.202:3306/movie

Reply via email to