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

Brian Stansberry brian.stansberry at jboss.com
Wed Oct 25 00:46:00 EDT 2006


  User: bstansberry
  Date: 06/10/25 00:46:00

  Modified:    etc/META-INF  cache-config.xml
  Log:
  Use the proper config format
  
  Revision  Changes    Path
  1.4       +10 -2     JBossCache/etc/META-INF/cache-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cache-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/cache-config.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- cache-config.xml	9 Apr 2006 12:33:47 -0000	1.3
  +++ cache-config.xml	25 Oct 2006 04:46:00 -0000	1.4
  @@ -9,7 +9,15 @@
   
           <attribute name="CacheMode">LOCAL</attribute>
   
  -        <attribute name="CacheLoaderClass">org.jboss.cache.loader.bdbje.BdbjeCacheLoader</attribute>
  -       <attribute name="CacheLoaderConfig" replace="false">location=./</attribute>
  +       <attribute name="CacheLoaderConfig" replace="false">
  +       		<config>
  +       			<cacheloader>
  +	       			<class>org.jboss.cache.loader.bdbje.BdbjeCacheLoader</class>
  +	       			<properties>
  +	       				location=./
  +	       		    </properties>
  +       		    </cacheloader>
  +       		</config>
  +       </attribute>
       </mbean>
   </server>   
  
  
  



More information about the jboss-cvs-commits mailing list