[hibernate-commits] Hibernate SVN: r15442 - in core/branches/JBOSS_CACHE_3/cache-jbosscache2/src: test/resources and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Oct 29 16:02:22 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-10-29 16:02:22 -0400 (Wed, 29 Oct 2008)
New Revision: 15442

Modified:
   core/branches/JBOSS_CACHE_3/cache-jbosscache2/src/main/resources/org/hibernate/cache/jbc2/builder/jbc2-configs.xml
   core/branches/JBOSS_CACHE_3/cache-jbosscache2/src/test/resources/treecache.xml
Log:
Use MVCC in place of PESSIMISTIC (for JBC3 testing only!!!)

Modified: core/branches/JBOSS_CACHE_3/cache-jbosscache2/src/main/resources/org/hibernate/cache/jbc2/builder/jbc2-configs.xml
===================================================================
(Binary files differ)

Modified: core/branches/JBOSS_CACHE_3/cache-jbosscache2/src/test/resources/treecache.xml
===================================================================
--- core/branches/JBOSS_CACHE_3/cache-jbosscache2/src/test/resources/treecache.xml	2008-10-29 19:48:02 UTC (rev 15441)
+++ core/branches/JBOSS_CACHE_3/cache-jbosscache2/src/test/resources/treecache.xml	2008-10-29 20:02:22 UTC (rev 15442)
@@ -51,9 +51,9 @@
 
         <!-- Node locking scheme:
                 OPTIMISTIC
-                PESSIMISTIC (default)
+                MVCC (default)
         -->
-        <attribute name="NodeLockingScheme">PESSIMISTIC</attribute>
+        <attribute name="NodeLockingScheme">MVCC</attribute>
 
         <!--
             READ_COMMITTED is as strong as necessary for most 2nd Level Cache usage.
@@ -108,6 +108,9 @@
        <!-- Must match the value of "useRegionBasedMarshalling" -->
        <attribute name="InactiveOnStartup">true</attribute>
 
+        <!-- For now. disable asynchronous RPC marshalling/sending -->
+        <attribute name="SerializationExecutorPoolSize">0</attribute>
+
       <!--  Specific eviction policy configurations. This is LRU -->
       <attribute name="EvictionPolicyConfig">
         <config>




More information about the hibernate-commits mailing list