Author: alex.guizar(a)jboss.com
Date: 2009-03-29 12:51:56 -0400 (Sun, 29 Mar 2009)
New Revision: 4349
Modified:
jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/jbpm-mysql-ds.xml
jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/jbpm-postgresql-ds.xml
jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/jbpm-sybase-ds.xml
Log:
minor datasource updates
Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/jbpm-mysql-ds.xml
===================================================================
---
jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/jbpm-mysql-ds.xml 2009-03-29
16:29:30 UTC (rev 4348)
+++
jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/jbpm-mysql-ds.xml 2009-03-29
16:51:56 UTC (rev 4349)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<datasources>
+<datasources>
<xa-datasource>
<jndi-name>JbpmDS</jndi-name>
@@ -13,7 +13,7 @@
<!-- reduce isolation from the default level (repeatable read) -->
<transaction-isolation>TRANSACTION_READ_COMMITTED</transaction-isolation>
- <!-- separate connections used with and without JTA transaction -->
+ <!-- separate connections used inside and outside a JTA transaction -->
<no-tx-separate-pools />
<!-- disable transaction interleaving -->
<track-connection-by-tx />
@@ -31,5 +31,4 @@
<type-mapping>mySQL</type-mapping>
</metadata>
</xa-datasource>
-
</datasources>
\ No newline at end of file
Modified:
jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/jbpm-postgresql-ds.xml
===================================================================
---
jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/jbpm-postgresql-ds.xml 2009-03-29
16:29:30 UTC (rev 4348)
+++
jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/jbpm-postgresql-ds.xml 2009-03-29
16:51:56 UTC (rev 4349)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<datasources>
+<datasources>
<xa-datasource>
<jndi-name>JbpmDS</jndi-name>
@@ -19,5 +19,4 @@
<type-mapping>PostgreSQL 8.0</type-mapping>
</metadata>
</xa-datasource>
-
</datasources>
Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/jbpm-sybase-ds.xml
===================================================================
---
jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/jbpm-sybase-ds.xml 2009-03-29
16:29:30 UTC (rev 4348)
+++
jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/jbpm-sybase-ds.xml 2009-03-29
16:51:56 UTC (rev 4349)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<datasources>
-
<xa-datasource>
<jndi-name>JbpmDS</jndi-name>
@@ -12,6 +11,8 @@
<user-name>${jdbc.sybase.username}</user-name>
<password>${jdbc.sybase.password}</password>
+ <!-- separate connections used inside and outside a JTA transaction -->
+ <no-tx-separate-pools />
<!-- disable transaction interleaving -->
<track-connection-by-tx />
@@ -24,5 +25,4 @@
<type-mapping>Sybase</type-mapping>
</metadata>
</xa-datasource>
-
</datasources>