[exo-jcr-commits] exo-jcr SVN: r1371 - jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jan 13 04:23:33 EST 2010


Author: tolusha
Date: 2010-01-13 04:23:33 -0500 (Wed, 13 Jan 2010)
New Revision: 1371

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-configuration.xml
Log:
EXOJCR-334: add TS to cluster conf

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-configuration.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-configuration.xml	2010-01-13 08:24:43 UTC (rev 1370)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/test/resources/conf/cluster/test-configuration.xml	2010-01-13 09:23:33 UTC (rev 1371)
@@ -196,7 +196,16 @@
     <type>org.exoplatform.services.jcr.impl.ext.action.SessionActionCatalog</type>
   </component>
   
+  <component>
+     <key>org.jboss.cache.transaction.TransactionManagerLookup</key>
+     <type>org.jboss.cache.transaction.JBossTransactionManagerLookup</type>
+   </component>
+   
   <component>
+    <type>org.exoplatform.services.transaction.jbosscache.JBossTransactionService</type>
+  </component>
+  
+  <component>
     <key>org.exoplatform.services.transaction.TransactionService</key>
     <type>org.exoplatform.services.transaction.impl.jotm.TransactionServiceJotmImpl</type>
     <init-params>



More information about the exo-jcr-commits mailing list