[jboss-cvs] JBossCache/etc/META-INF ...

Manik Surtani msurtani at jboss.com
Wed Oct 11 04:33:17 EDT 2006


  User: msurtani
  Date: 06/10/11 04:33:17

  Modified:    etc/META-INF  hibernate-recommended-config.xml
  Log:
  JBCACHE-793
  
  Revision  Changes    Path
  1.9       +140 -139  JBossCache/etc/META-INF/hibernate-recommended-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hibernate-recommended-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/hibernate-recommended-config.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- hibernate-recommended-config.xml	21 Sep 2006 15:08:39 -0000	1.8
  +++ hibernate-recommended-config.xml	11 Oct 2006 08:33:17 -0000	1.9
  @@ -54,7 +54,8 @@
                                INVALIDATION_ASYNC
                                INVALIDATION_SYNC
           -->
  -        <attribute name="CacheMode">INVALIDATION_ASYNC</attribute>
  +      <!-- This should ideally be set to INVALIDATION_ASYNC but due to JBCACHE-806 this has to be REPL_ASYNC for now -->
  +      <attribute name="CacheMode">REPL_ASYNC</attribute>
   
           <!--
           Just used for async repl: use a replication queue
  @@ -77,8 +78,8 @@
           <attribute name="ClusterName">TreeCache-Cluster</attribute>
           
           <!--Uncomment next three statements to enable JGroups multiplexer.
  -              This configuration is dependent on the JGroups multiplexer being
  -              registered in an MBean server such as JBossAS.  -->
  +This configuration is dependent on the JGroups multiplexer being
  +registered in an MBean server such as JBossAS.  -->
           <!--
           <depends>jgroups.mux:name=Multiplexer</depends>
           <attribute name="MultiplexerService">jgroups.mux:name=Multiplexer</attribute>
  
  
  



More information about the jboss-cvs-commits mailing list