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

Manik Surtani msurtani at jboss.com
Wed Jan 24 13:05:25 EST 2007


  User: msurtani
  Date: 07/01/24 13:05:25

  Modified:    etc/META-INF  local-lru-eviction-service.xml
  Log:
  Updated config reference
  
  Revision  Changes    Path
  1.10      +7 -9      JBossCache/etc/META-INF/local-lru-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-lru-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-lru-eviction-service.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- local-lru-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.9
  +++ local-lru-eviction-service.xml	24 Jan 2007 18:05:25 -0000	1.10
  @@ -2,7 +2,7 @@
   
   <!-- ===================================================================== -->
   <!--                                                                       -->
  -<!--  Sample TreeCache Service Configuration                               -->
  +<!--  Sample JBoss Cache Service Configuration                               -->
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  @@ -12,11 +12,10 @@
   
   
      <!-- ==================================================================== -->
  -   <!-- Defines TreeCache configuration                                      -->
  +   <!-- Defines JBoss Cache configuration                                      -->
      <!-- ==================================================================== -->
   
  -   <mbean code="org.jboss.cache.CacheImpl"
  -          name="jboss.cache:service=TreeCache">
  +   <mbean code="org.jboss.cache.CacheImpl" name="jboss.cache:service=Cache">
   
         <depends>jboss:service=Naming</depends>
         <depends>jboss:service=TransactionManager</depends>
  @@ -40,6 +39,8 @@
              Valid modes are LOCAL
                              REPL_ASYNC
                              REPL_SYNC
  +                           INVALIDATION_ASYNC
  +                           INVALIDATION_SYNC
         -->
         <attribute name="CacheMode">LOCAL</attribute>
   
  @@ -49,8 +50,8 @@
         <attribute name="ClusterName">JBossCache-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>
  @@ -108,9 +109,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
  -
  -
  -
         <!-- Specific eviction policy configurations. This is LRU -->
         <attribute name="EvictionPolicyConfig">
            <config>
  
  
  



More information about the jboss-cvs-commits mailing list