[jboss-cvs] JBossCache/docs/JBossCache-UserGuide/en/modules ...

Brian Stansberry brian.stansberry at jboss.com
Thu May 31 01:17:31 EDT 2007


  User: bstansberry
  Date: 07/05/31 01:17:31

  Modified:    docs/JBossCache-UserGuide/en/modules 
                        configuration_reference.xml
  Log:
  Minor fixes.
  
  Revision  Changes    Path
  1.16      +8 -4      JBossCache/docs/JBossCache-UserGuide/en/modules/configuration_reference.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configuration_reference.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/JBossCache-UserGuide/en/modules/configuration_reference.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- configuration_reference.xml	30 May 2007 11:56:45 -0000	1.15
  +++ configuration_reference.xml	31 May 2007 05:17:31 -0000	1.16
  @@ -51,7 +51,7 @@
                              REPL_SYNC
                              INVALIDATION_ASYNC
                              INVALIDATION_SYNC   -->
  -      <attribute name="CacheMode">LOCAL</attribute>
  +      <attribute name="CacheMode">REPL_ASYNC</attribute>
   
         <!-- Name of cluster. Needs to be the same for all JBoss Cache nodes in a
              cluster in order to find each other. 
  @@ -120,7 +120,7 @@
   
   
         <!-- Specific eviction policy configurations. This is LRU -->
  -      <attribute name="EvictionPolicyConfig">
  +      <attribute name="EvictionConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">5</attribute>
               <!-- This defaults to 200000 if not specified -->
  @@ -231,7 +231,9 @@
   
                     <entry>
                        <para>LOCAL, REPL_SYNC, REPL_ASYNC, INVALIDATION_SYNC or
  -                        INVALIDATION_ASYNC. Defaults to LOCAL.
  +                        INVALIDATION_ASYNC. Defaults to LOCAL. See the
  +                        <link linkend="clustering">chapter on Clustering</link>
  +                        for details.
                        </para>
                     </entry>
                  </row>
  @@ -358,7 +360,9 @@
                           <literal>LockAcquisitionTimeout</literal>
                           as the node
                           providing state may need to wait that long to acquire
  -                        necessary read locks on the cache.
  +                        necessary read locks on the cache. This property is
  +                        <emphasis>dynamic</emphasis>
  +                        .
                        </para>
                     </entry>
                  </row>
  
  
  



More information about the jboss-cvs-commits mailing list