[jboss-cvs] JBossAS SVN: r81690 - trunk/testsuite/src/resources/cluster/http.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 26 20:59:57 EST 2008


Author: bstansberry at jboss.com
Date: 2008-11-26 20:59:56 -0500 (Wed, 26 Nov 2008)
New Revision: 81690

Modified:
   trunk/testsuite/src/resources/cluster/http/jboss-web-test-service.xml
Log:
Ensure tests use PESSIMISTIC and disable new JBC async features

Modified: trunk/testsuite/src/resources/cluster/http/jboss-web-test-service.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/http/jboss-web-test-service.xml	2008-11-27 00:56:35 UTC (rev 81689)
+++ trunk/testsuite/src/resources/cluster/http/jboss-web-test-service.xml	2008-11-27 01:59:56 UTC (rev 81690)
@@ -12,6 +12,8 @@
         <!-- make sure to specify BatchModeTransactionManager only! -->
         <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.BatchModeTransactionManagerLookup</attribute>
 
+        <attribute name="NodeLockingScheme">PESSIMISTIC</attribute>
+        
         <attribute name="IsolationLevel">REPEATABLE_READ</attribute>
 
         <attribute name="CacheMode">REPL_SYNC</attribute>
@@ -23,6 +25,9 @@
         <attribute name="UseRegionBasedMarshalling">false</attribute>
         <attribute name="InactiveOnStartup">false</attribute>
 
+        <attribute name="SerializationExecutorPoolSize">0</attribute>
+        <attribute name="ListenerAsyncPoolSize">0</attribute>
+
         <attribute name="BuddyReplicationConfig">
             <config>
                 <buddyReplicationEnabled>true</buddyReplicationEnabled>




More information about the jboss-cvs-commits mailing list