This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new edfaa096a5 TOMEE-4104 - Fixed bug in MySQL example code. (#956)
edfaa096a5 is described below
commit edfaa096a5dc6a1ef804333cfa1c004a217b6f72
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