[jboss-cvs] JBossCache/etc ...

Brian Stansberry brian.stansberry at jboss.com
Wed May 23 23:49:31 EDT 2007


  User: bstansberry
  Date: 07/05/23 23:49:31

  Modified:    etc      tree-service.xml jdbcCacheLoader-service.xml
  Log:
  Clean up the -service.xml files so they use the JmxWrapper classes and deploy properly in the AS
  
  Revision  Changes    Path
  1.14      +2 -2      JBossCache/etc/tree-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: tree-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/tree-service.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- tree-service.xml	8 Feb 2007 14:52:43 -0000	1.13
  +++ tree-service.xml	24 May 2007 03:49:31 -0000	1.14
  @@ -15,7 +15,7 @@
      <!-- Defines TreeCache configuration                                      -->
      <!-- ==================================================================== -->
   
  -   <mbean code="org.jboss.cache.CacheImpl"
  +   <mbean code="org.jboss.cache.jmx.CacheJmxWrapper"
             name="jboss.cache:service=TreeCache">
   
         <depends>jboss:service=Naming</depends>
  @@ -58,7 +58,7 @@
          associated statistics.  Statistics can be disabled for individual
         interceptors through their mbeans.
         -->
  -      <attribute name="UseInterceptorMbeans">true</attribute>
  +      <attribute name="ExposeManagementStatistics">true</attribute>
   
         <!--
         Just used for async repl: use a replication queue
  
  
  
  1.15      +1 -1      JBossCache/etc/jdbcCacheLoader-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jdbcCacheLoader-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/jdbcCacheLoader-service.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- jdbcCacheLoader-service.xml	10 Feb 2007 17:47:03 -0000	1.14
  +++ jdbcCacheLoader-service.xml	24 May 2007 03:49:31 -0000	1.15
  @@ -15,7 +15,7 @@
      <!-- Defines TreeCache configuration                                      -->
      <!-- ==================================================================== -->
   
  -   <mbean code="org.jboss.cache.CacheImpl"
  +   <mbean code="org.jboss.cache.jmx.CacheJmxWrapper"
             name="jboss.cache:service=TreeCache">
   
         <depends>jboss:service=Naming</depends>
  
  
  



More information about the jboss-cvs-commits mailing list