[exo-jcr-commits] exo-jcr SVN: r1753 - jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 10 06:55:17 EST 2010


Author: pnedonosko
Date: 2010-02-10 06:55:17 -0500 (Wed, 10 Feb 2010)
New Revision: 1753

Modified:
   jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/test-configuration-sjdbc.xml
Log:
EXOJCR-469 single-db configuration ArjunaTransactionService used

Modified: jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/test-configuration-sjdbc.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/test-configuration-sjdbc.xml	2010-02-10 10:31:35 UTC (rev 1752)
+++ jcr/trunk/exo.jcr.component.core/src/test/resources/conf/standalone/test-configuration-sjdbc.xml	2010-02-10 11:55:17 UTC (rev 1753)
@@ -171,18 +171,29 @@
   <component>
       <type>org.exoplatform.services.jcr.impl.ext.action.SessionActionCatalog</type>
   </component>
+
+  <component>
+    <key>org.exoplatform.services.transaction.TransactionService</key>
+    <type>org.exoplatform.services.transaction.jbosscache.ArjunaTransactionService</type>
+    <init-params>
+      <value-param>
+        <name>timeout</name>
+        <value>3000</value>
+      </value-param>
+    </init-params>   
+  </component>
+  
+  <!-- component>
+   <key>org.exoplatform.services.transaction.TransactionService</key>
+   <type>org.exoplatform.services.transaction.impl.jotm.TransactionServiceJotmImpl</type>
+   <init-params>
+     <value-param>
+       <name>timeout</name>
+       <value>5</value>
+     </value-param>
+   </init-params>
+  </component -->
 
-  <component>
-      <key>org.exoplatform.services.transaction.TransactionService</key>
-      <type>org.exoplatform.services.transaction.impl.jotm.TransactionServiceJotmImpl</type>
-      <init-params>
-        <value-param>
-          <name>timeout</name>
-          <value>5</value>
-        </value-param>
-      </init-params>
-  </component>
-
   <external-component-plugins>
     <target-component>org.exoplatform.services.naming.InitialContextInitializer</target-component>
       <component-plugin>



More information about the exo-jcr-commits mailing list