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

Manik Surtani msurtani at jboss.com
Tue Oct 31 12:33:36 EST 2006


  User: msurtani
  Date: 06/10/31 12:33:36

  Modified:    etc/META-INF   local-passivation-service.xml
                        local-eviction-cacheloader-service.xml
  Log:
  Added file location + cleanup
  
  Revision  Changes    Path
  1.8       +148 -147  JBossCache/etc/META-INF/local-passivation-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-passivation-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-passivation-service.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- local-passivation-service.xml	23 Oct 2006 17:39:01 -0000	1.7
  +++ local-passivation-service.xml	31 Oct 2006 17:33:36 -0000	1.8
  @@ -49,8 +49,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>
  @@ -145,6 +145,7 @@
                         location=/tmp this can be part of the properties.
                      -->
                      <properties>
  +                  location=/tmp/JBossCacheFileCacheLoader
                      </properties>
                      <!-- whether the cache loader writes are asynchronous -->
                      <async>false</async>
  
  
  
  1.2       +151 -150  JBossCache/etc/META-INF/local-eviction-cacheloader-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-eviction-cacheloader-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-eviction-cacheloader-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- local-eviction-cacheloader-service.xml	26 Oct 2006 18:20:21 -0000	1.1
  +++ local-eviction-cacheloader-service.xml	31 Oct 2006 17:33:36 -0000	1.2
  @@ -147,6 +147,7 @@
                      <class>org.jboss.cache.loader.FileCacheLoader</class>
                      <!-- same as the old CacheLoaderConfig attribute -->
                      <properties>
  +                  location=/tmp/JBossCacheFileCacheLoader
                      </properties>
                      <!-- whether the cache loader writes are asynchronous -->
                      <async>false</async>
  
  
  



More information about the jboss-cvs-commits mailing list