Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

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

hibernate-commits

2008-10-29


Author LoginPost Reply
Author: bstansberry@(protected)
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)
@@(protected) @@

     <!-- 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.
@@(protected) @@
    <!-- 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>

_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits
©2008 gg3721.com - Jax Systems, LLC, U.S.A.