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

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


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

  Modified:    etc/META-INF  Tag: Branch_JBossCache_1_4_0
                        hibernate-recommended-config.xml
  Log:
  JBCACHE-793
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.1   +3 -1      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.5
  retrieving revision 1.5.2.1
  diff -u -b -r1.5 -r1.5.2.1
  --- hibernate-recommended-config.xml	11 May 2006 00:01:00 -0000	1.5
  +++ hibernate-recommended-config.xml	11 Oct 2006 08:33:46 -0000	1.5.2.1
  @@ -54,7 +54,9 @@
                                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
  
  
  



More information about the jboss-cvs-commits mailing list