[jbosscache-commits] JBoss Cache SVN: r8253 - benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Oct 20 06:37:45 EDT 2009


Author: mircea.markus
Date: 2009-10-20 06:37:45 -0400 (Tue, 20 Oct 2009)
New Revision: 8253

Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync.xml
Log:
updasted config

Modified: benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync.xml
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync.xml	2009-10-19 16:10:35 UTC (rev 8252)
+++ benchmarks/benchmark-fwk/trunk/cache-products/infinispan-4.0.0/conf/dist-sync.xml	2009-10-20 10:37:45 UTC (rev 8253)
@@ -5,9 +5,10 @@
    <global>
 
       <transport clusterName="infinispan-cluster">
-         <property name="configurationFile" value="tcp.xml"/>
+         <properties>
+         <property name="configurationFile" value="tcp_mping_ispn.xml"/>
+         </properties>
       </transport>
-
    </global>
 
    <default>
@@ -15,7 +16,7 @@
             lockAcquisitionTimeout="20000"
             concurrencyLevel="10000"/>
       <transaction
-            transactionManagerLookupClass="org.infinispan.transaction.GenericTransactionManagerLookup"
+            transactionManagerLookupClass="org.infinispan.transaction.lookup.GenericTransactionManagerLookup"
             syncRollbackPhase="false"
             syncCommitPhase="false"/>
 



More information about the jbosscache-commits mailing list