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

Manik Surtani msurtani at jboss.com
Sat Dec 30 12:49:53 EST 2006


  User: msurtani
  Date: 06/12/30 12:49:53

  Modified:    etc/META-INF                                      
                        mux-service.xml tree-service.xml
                        invalidationAsync-service.xml
                        local-elementsize-eviction-service.xml
                        pojocache-passivation-service.xml
                        interopCurSync-service.xml node2.xml node1.xml
                        replAsyncSharedCacheLoader-service.xml
                        replSync-passivation-service.xml
                        replAsync-optimistic-service.xml
                        local-eviction-cacheloader-service.xml
                        optimistic-eviction.xml interopCurAsync-service.xml
                        replSync-service.xml local-passivation-service.xml
                        interopPrevAsync-service.xml
                        local-mru-eviction-service.xml oodb-service.xml
                        policyPerRegion-eviction-service.xml
                        local-fifo-eviction-service.xml
                        local-lru-eviction-service.xml
                        singleton-nopush-service.xml
                        optimal-for-large-cluster-http-session-repl.xml
                        local-service.xml invalidationSync-service.xml
                        replSync-ChainingCacheLoader-service.xml
                        replSync-optimistic-service.xml
                        local-lfu-eviction-service.xml
                        mixedPolicy-eviction-service.xml
                        buddyreplication-service.xml
                        replSync-ClusteredCacheLoader-service.xml
                        replAsync-service.xml
                        hibernate-recommended-config.xml
                        singleton-push-service.xml local-tx-service.xml
                        replSync-eviction-service.xml
                        interopPrevSync-service.xml
  Log:
  Major changes to restructure cache and node object model
  
  Revision  Changes    Path
  1.5       +98 -98    JBossCache/etc/META-INF/mux-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mux-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/mux-service.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- mux-service.xml	21 Sep 2006 15:08:39 -0000	1.4
  +++ mux-service.xml	30 Dec 2006 17:49:52 -0000	1.5
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=testTreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -55,7 +55,7 @@
           <!-- Name of cluster. Needs to be the same for all nodes in a clusters, in order
                to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <attribute name="ClusterName">JBossCache-Cluster</attribute>
   
           <!-- JGroups protocol stack properties. 
              ClusterConfig isn't used if the multiplexer is enabled and successfully initialized.
  
  
  
  1.7       +103 -103  JBossCache/etc/META-INF/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/META-INF/tree-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- tree-service.xml	21 Sep 2006 15:08:39 -0000	1.6
  +++ tree-service.xml	30 Dec 2006 17:49:52 -0000	1.7
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=testTreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -47,11 +47,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.7       +130 -130  JBossCache/etc/META-INF/invalidationAsync-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: invalidationAsync-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/invalidationAsync-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- invalidationAsync-service.xml	21 Sep 2006 15:08:39 -0000	1.6
  +++ invalidationAsync-service.xml	30 Dec 2006 17:49:52 -0000	1.7
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -62,11 +62,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.6       +19 -19    JBossCache/etc/META-INF/local-elementsize-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-elementsize-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-elementsize-eviction-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- local-elementsize-eviction-service.xml	23 Oct 2006 17:39:01 -0000	1.5
  +++ local-elementsize-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.6
  @@ -15,7 +15,7 @@
      <!-- Defines TreeCache configuration                                      -->
      <!-- ==================================================================== -->
   
  -   <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
             name="jboss.cache:service=TreeCache">
   
         <depends>jboss:service=Naming</depends>
  @@ -46,11 +46,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.4       +2 -2      JBossCache/etc/META-INF/pojocache-passivation-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pojocache-passivation-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/pojocache-passivation-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- pojocache-passivation-service.xml	7 Nov 2006 07:05:31 -0000	1.3
  +++ pojocache-passivation-service.xml	30 Dec 2006 17:49:52 -0000	1.4
  @@ -15,7 +15,7 @@
      <!-- Defines TreeCache configuration                                      -->
      <!-- ==================================================================== -->
   
  -   <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
             name="jboss.cache:service=TreeCache">
   
         <depends>jboss:service=Naming</depends>
  @@ -46,7 +46,7 @@
         <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
              cluster in order to find each other.
         -->
  -      <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <attribute name="ClusterName">JBossCache-Cluster</attribute>
   
         <!--Uncomment next three statements to enable JGroups multiplexer.
   This configuration is dependent on the JGroups multiplexer being
  
  
  
  1.7       +143 -145  JBossCache/etc/META-INF/interopCurSync-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: interopCurSync-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/interopCurSync-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- interopCurSync-service.xml	21 Sep 2006 15:08:39 -0000	1.6
  +++ interopCurSync-service.xml	30 Dec 2006 17:49:52 -0000	1.7
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -60,11 +60,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  @@ -154,8 +154,6 @@
          -->
   
   
  -
  -
       </mbean>
   
   
  
  
  
  1.14      +180 -183  JBossCache/etc/META-INF/node2.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: node2.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/node2.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- node2.xml	21 Sep 2006 15:08:39 -0000	1.13
  +++ node2.xml	30 Dec 2006 17:49:52 -0000	1.14
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -64,11 +64,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  @@ -131,18 +131,17 @@
           <attribute name="EvictionPolicyClass"></attribute>
   
   
  -
          <!--
  -*************************************************************************************
  -JBossCache can use Berkeley DB Java Edition from Sleepycat Software (http://www.sleepycat.com)
  -for persistent, reliable and transaction-protected data storage.
  -If you choose to use Berkeley DB Java Edition with JBossCache, you must comply with the terms
  -of Sleepycat's public license, included in the file LICENSE.txt.
  -If you prefer not to release the source code for your own application in order to comply
  -with the Sleepycat public license, you may purchase a different license for use of
  -Berkeley DB Java Edition with JBossCache.
  -Contact Sleepycat Software at info at sleepycat.com for pricing and terms for that license
  -*************************************************************************************
  +     *************************************************************************************
  +     JBossCache can use Berkeley DB Java Edition from Sleepycat Software (http://www.sleepycat.com)
  +     for persistent, reliable and transaction-protected data storage.
  +     If you choose to use Berkeley DB Java Edition with JBossCache, you must comply with the terms
  +     of Sleepycat's public license, included in the file LICENSE.txt.
  +     If you prefer not to release the source code for your own application in order to comply
  +     with the Sleepycat public license, you may purchase a different license for use of
  +     Berkeley DB Java Edition with JBossCache.
  +     Contact Sleepycat Software at info at sleepycat.com for pricing and terms for that license
  +     *************************************************************************************
    -->
           <!--
            Whether or not to fetch state on joining a cluster
  @@ -196,7 +195,6 @@
       </mbean>
   
   
  -
      <!--  Uncomment to get a graphical view of the TreeCache MBean above -->
      <!--   <mbean code="org.jboss.cache.TreeCacheView" name="jboss.cache:service=TreeCacheView">-->
      <!--      <depends>jboss.cache:service=TreeCache</depends>-->
  @@ -204,5 +202,4 @@
      <!--   </mbean>-->
   
   
  -
   </server>
  
  
  
  1.14      +167 -169  JBossCache/etc/META-INF/node1.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: node1.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/node1.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- node1.xml	21 Sep 2006 15:08:39 -0000	1.13
  +++ node1.xml	30 Dec 2006 17:49:52 -0000	1.14
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -64,11 +64,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  @@ -181,7 +181,6 @@
       </mbean>
   
   
  -
      <!--  Uncomment to get a graphical view of the TreeCache MBean above -->
      <!--   <mbean code="org.jboss.cache.TreeCacheView" name="jboss.cache:service=TreeCacheView">-->
      <!--      <depends>jboss.cache:service=TreeCache</depends>-->
  @@ -189,5 +188,4 @@
      <!--   </mbean>-->
   
   
  -
   </server>
  
  
  
  1.14      +167 -167  JBossCache/etc/META-INF/replAsyncSharedCacheLoader-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replAsyncSharedCacheLoader-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replAsyncSharedCacheLoader-service.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- replAsyncSharedCacheLoader-service.xml	5 Dec 2006 23:35:41 -0000	1.13
  +++ replAsyncSharedCacheLoader-service.xml	30 Dec 2006 17:49:52 -0000	1.14
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -62,11 +62,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.6       +147 -147  JBossCache/etc/META-INF/replSync-passivation-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replSync-passivation-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-passivation-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- replSync-passivation-service.xml	23 Oct 2006 17:39:01 -0000	1.5
  +++ replSync-passivation-service.xml	30 Dec 2006 17:49:52 -0000	1.6
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -46,11 +46,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.13      +141 -141  JBossCache/etc/META-INF/replAsync-optimistic-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replAsync-optimistic-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replAsync-optimistic-service.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- replAsync-optimistic-service.xml	5 Dec 2006 23:35:41 -0000	1.12
  +++ replAsync-optimistic-service.xml	30 Dec 2006 17:49:52 -0000	1.13
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -72,11 +72,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.3       +2 -2      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- local-eviction-cacheloader-service.xml	31 Oct 2006 17:33:36 -0000	1.2
  +++ local-eviction-cacheloader-service.xml	30 Dec 2006 17:49:52 -0000	1.3
  @@ -15,7 +15,7 @@
      <!-- Defines TreeCache configuration                                      -->
      <!-- ==================================================================== -->
   
  -   <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
             name="jboss.cache:service=TreeCache">
   
         <depends>jboss:service=Naming</depends>
  @@ -46,7 +46,7 @@
         <!-- Name of cluster. Needs to be the same for all clusters, in order
              to find each other
         -->
  -      <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <attribute name="ClusterName">JBossCache-Cluster</attribute>
   
         <!-- JGroups protocol stack properties. Can also be a URL,
              e.g. file:/home/bela/default.xml
  
  
  
  1.3       +77 -77    JBossCache/etc/META-INF/optimistic-eviction.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: optimistic-eviction.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/optimistic-eviction.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- optimistic-eviction.xml	26 Jun 2006 08:14:06 -0000	1.2
  +++ optimistic-eviction.xml	30 Dec 2006 17:49:52 -0000	1.3
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -29,7 +29,7 @@
           <attribute name="FetchInMemoryState">false</attribute>
           <attribute name="FetchPersistentState">false</attribute>
           <!--  Whether each interceptor should have an mbean
  -              registered to capture and display its statistics.  -->
  +registered to capture and display its statistics.  -->
           <attribute name="UseInterceptorMbeans">true</attribute>
   
           <!--
  
  
  
  1.7       +121 -121  JBossCache/etc/META-INF/interopCurAsync-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: interopCurAsync-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/interopCurAsync-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- interopCurAsync-service.xml	21 Sep 2006 15:08:39 -0000	1.6
  +++ interopCurAsync-service.xml	30 Dec 2006 17:49:52 -0000	1.7
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -59,11 +59,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.14      +124 -124  JBossCache/etc/META-INF/replSync-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replSync-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-service.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- replSync-service.xml	14 Nov 2006 19:56:09 -0000	1.13
  +++ replSync-service.xml	30 Dec 2006 17:49:52 -0000	1.14
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -62,11 +62,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.10      +2 -2      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- local-passivation-service.xml	6 Nov 2006 06:59:17 -0000	1.9
  +++ local-passivation-service.xml	30 Dec 2006 17:49:52 -0000	1.10
  @@ -15,7 +15,7 @@
      <!-- Defines TreeCache configuration                                      -->
      <!-- ==================================================================== -->
   
  -   <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
             name="jboss.cache:service=TreeCache">
   
         <depends>jboss:service=Naming</depends>
  @@ -46,7 +46,7 @@
         <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
              cluster in order to find each other.
         -->
  -      <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <attribute name="ClusterName">JBossCache-Cluster</attribute>
   
         <!--Uncomment next three statements to enable JGroups multiplexer.
   This configuration is dependent on the JGroups multiplexer being
  
  
  
  1.6       +111 -111  JBossCache/etc/META-INF/interopPrevAsync-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: interopPrevAsync-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/interopPrevAsync-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- interopPrevAsync-service.xml	21 Sep 2006 15:08:39 -0000	1.5
  +++ interopPrevAsync-service.xml	30 Dec 2006 17:49:52 -0000	1.6
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -58,11 +58,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.8       +121 -121  JBossCache/etc/META-INF/local-mru-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-mru-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-mru-eviction-service.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- local-mru-eviction-service.xml	23 Oct 2006 17:39:01 -0000	1.7
  +++ local-mru-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.8
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -46,11 +46,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.14      +154 -154  JBossCache/etc/META-INF/oodb-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: oodb-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/oodb-service.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- oodb-service.xml	21 Sep 2006 15:08:39 -0000	1.13
  +++ oodb-service.xml	30 Dec 2006 17:49:52 -0000	1.14
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -48,11 +48,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  @@ -112,28 +112,28 @@
   
           <!-- Name of the eviction policy class. -->
           <attribute name="EvictionPolicyClass"></attribute>
  -<!--
  +      <!--
           <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
  --->
  +      -->
           <!--
            Whether or not to fetch state on joining a cluster
            NOTE this used to be called FetchStateOnStartup and has been renamed to be more descriptive.
           -->
           <attribute name="FetchInMemoryState">true</attribute>
   
  -<!-- old 1.2.x cache loader block
  +      <!-- old 1.2.x cache loader block
   
   
  -<attribute name="CacheLoaderClass">org.jboss.cache.loader.FileCacheLoader</attribute>
  -<attribute name="CacheLoaderConfig">
  +      <attribute name="CacheLoaderClass">org.jboss.cache.loader.FileCacheLoader</attribute>
  +      <attribute name="CacheLoaderConfig">
     location=c:\\tmp\\oodb
  -</attribute>
  -<attribute name="CacheLoaderShared">false</attribute>
  -<attribute name="CacheLoaderPreload">/aop</attribute>
  -<attribute name="CacheLoaderFetchTransientState">false</attribute>
  -<attribute name="CacheLoaderFetchPersistentState">true</attribute>
  -<attribute name="CacheLoaderPassivation">false</attribute>
  --->
  +      </attribute>
  +      <attribute name="CacheLoaderShared">false</attribute>
  +      <attribute name="CacheLoaderPreload">/aop</attribute>
  +      <attribute name="CacheLoaderFetchTransientState">false</attribute>
  +      <attribute name="CacheLoaderFetchPersistentState">true</attribute>
  +      <attribute name="CacheLoaderPassivation">false</attribute>
  +      -->
   
           <!-- New 1.3.x cache loader config block -->
           <attribute name="CacheLoaderConfiguration">
  
  
  
  1.7       +19 -19    JBossCache/etc/META-INF/policyPerRegion-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: policyPerRegion-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/policyPerRegion-eviction-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- policyPerRegion-eviction-service.xml	23 Oct 2006 17:39:01 -0000	1.6
  +++ policyPerRegion-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.7
  @@ -15,7 +15,7 @@
      <!-- Defines TreeCache configuration                                      -->
      <!-- ==================================================================== -->
   
  -   <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
             name="jboss.cache:service=TreeCache">
   
         <depends>jboss:service=Naming</depends>
  @@ -46,11 +46,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.8       +124 -124  JBossCache/etc/META-INF/local-fifo-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-fifo-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-fifo-eviction-service.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- local-fifo-eviction-service.xml	23 Oct 2006 17:39:01 -0000	1.7
  +++ local-fifo-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.8
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -46,11 +46,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.8       +133 -133  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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- local-lru-eviction-service.xml	23 Oct 2006 17:39:01 -0000	1.7
  +++ local-lru-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.8
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -46,11 +46,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.2       +164 -164  JBossCache/etc/META-INF/singleton-nopush-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: singleton-nopush-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/singleton-nopush-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- singleton-nopush-service.xml	29 Sep 2006 18:27:21 -0000	1.1
  +++ singleton-nopush-service.xml	30 Dec 2006 17:49:52 -0000	1.2
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -62,11 +62,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.13      +178 -178  JBossCache/etc/META-INF/optimal-for-large-cluster-http-session-repl.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: optimal-for-large-cluster-http-session-repl.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/optimal-for-large-cluster-http-session-repl.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- optimal-for-large-cluster-http-session-repl.xml	5 Dec 2006 23:36:24 -0000	1.12
  +++ optimal-for-large-cluster-http-session-repl.xml	30 Dec 2006 17:49:52 -0000	1.13
  @@ -17,7 +17,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -64,11 +64,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.12      +134 -134  JBossCache/etc/META-INF/local-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-service.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- local-service.xml	23 Oct 2006 17:39:01 -0000	1.11
  +++ local-service.xml	30 Dec 2006 17:49:52 -0000	1.12
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -47,11 +47,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  @@ -112,9 +112,9 @@
   
           <!-- Name of the eviction policy class. -->
           <attribute name="EvictionPolicyClass"></attribute>
  -<!--
  +      <!--
           <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
  --->
  +      -->
           <!-- Specific eviction policy configurations. This is LRU -->
           <attribute name="EvictionPolicyConfig">
              <config>
  
  
  
  1.7       +131 -131  JBossCache/etc/META-INF/invalidationSync-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: invalidationSync-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/invalidationSync-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- invalidationSync-service.xml	21 Sep 2006 15:08:39 -0000	1.6
  +++ invalidationSync-service.xml	30 Dec 2006 17:49:52 -0000	1.7
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -62,11 +62,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.12      +189 -189  JBossCache/etc/META-INF/replSync-ChainingCacheLoader-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replSync-ChainingCacheLoader-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-ChainingCacheLoader-service.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- replSync-ChainingCacheLoader-service.xml	21 Sep 2006 15:08:39 -0000	1.11
  +++ replSync-ChainingCacheLoader-service.xml	30 Dec 2006 17:49:52 -0000	1.12
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -62,11 +62,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.12      +141 -141  JBossCache/etc/META-INF/replSync-optimistic-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replSync-optimistic-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-optimistic-service.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- replSync-optimistic-service.xml	21 Sep 2006 15:08:39 -0000	1.11
  +++ replSync-optimistic-service.xml	30 Dec 2006 17:49:52 -0000	1.12
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -72,11 +72,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.9       +19 -19    JBossCache/etc/META-INF/local-lfu-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-lfu-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-lfu-eviction-service.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- local-lfu-eviction-service.xml	23 Oct 2006 17:39:01 -0000	1.8
  +++ local-lfu-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.9
  @@ -15,7 +15,7 @@
      <!-- Defines TreeCache configuration                                      -->
      <!-- ==================================================================== -->
   
  -   <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
             name="jboss.cache:service=TreeCache">
   
         <depends>jboss:service=Naming</depends>
  @@ -46,11 +46,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.7       +19 -19    JBossCache/etc/META-INF/mixedPolicy-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mixedPolicy-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/mixedPolicy-eviction-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- mixedPolicy-eviction-service.xml	23 Oct 2006 17:39:01 -0000	1.6
  +++ mixedPolicy-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.7
  @@ -15,7 +15,7 @@
      <!-- Defines TreeCache configuration                                      -->
      <!-- ==================================================================== -->
   
  -   <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
             name="jboss.cache:service=TreeCache">
   
         <depends>jboss:service=Naming</depends>
  @@ -46,11 +46,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.10      +2 -2      JBossCache/etc/META-INF/buddyreplication-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: buddyreplication-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/buddyreplication-service.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- buddyreplication-service.xml	21 Sep 2006 15:08:39 -0000	1.9
  +++ buddyreplication-service.xml	30 Dec 2006 17:49:52 -0000	1.10
  @@ -15,7 +15,7 @@
      <!-- Defines TreeCache configuration                                      -->
      <!-- ==================================================================== -->
   
  -   <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
             name="jboss.cache:service=testTreeCache">
   
         <depends>jboss:service=Naming</depends>
  @@ -48,7 +48,7 @@
         <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
              cluster in order to find each other.
         -->
  -      <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <attribute name="ClusterName">JBossCache-Cluster</attribute>
   
         <!--Uncomment next three statements to enable JGroups multiplexer.
   This configuration is dependent on the JGroups multiplexer being
  
  
  
  1.11      +153 -153  JBossCache/etc/META-INF/replSync-ClusteredCacheLoader-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replSync-ClusteredCacheLoader-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-ClusteredCacheLoader-service.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- replSync-ClusteredCacheLoader-service.xml	21 Sep 2006 15:08:39 -0000	1.10
  +++ replSync-ClusteredCacheLoader-service.xml	30 Dec 2006 17:49:52 -0000	1.11
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -62,11 +62,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.13      +126 -126  JBossCache/etc/META-INF/replAsync-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replAsync-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replAsync-service.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- replAsync-service.xml	5 Dec 2006 23:35:41 -0000	1.12
  +++ replAsync-service.xml	30 Dec 2006 17:49:52 -0000	1.13
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -62,11 +62,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.10      +2 -2      JBossCache/etc/META-INF/hibernate-recommended-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hibernate-recommended-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/hibernate-recommended-config.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- hibernate-recommended-config.xml	11 Oct 2006 08:33:17 -0000	1.9
  +++ hibernate-recommended-config.xml	30 Dec 2006 17:49:52 -0000	1.10
  @@ -17,7 +17,7 @@
      <!-- Defines TreeCache configuration                                      -->
      <!-- ==================================================================== -->
   
  -   <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
             name="jboss.cache:service=TreeCache">
   
         <depends>jboss:service=Naming</depends>
  @@ -75,7 +75,7 @@
         <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
              cluster in order to find each other.
         -->
  -      <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <attribute name="ClusterName">JBossCache-Cluster</attribute>
   
         <!--Uncomment next three statements to enable JGroups multiplexer.
   This configuration is dependent on the JGroups multiplexer being
  
  
  
  1.2       +164 -164  JBossCache/etc/META-INF/singleton-push-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: singleton-push-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/singleton-push-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- singleton-push-service.xml	29 Sep 2006 18:27:21 -0000	1.1
  +++ singleton-push-service.xml	30 Dec 2006 17:49:52 -0000	1.2
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -62,11 +62,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.4       +3 -3      JBossCache/etc/META-INF/local-tx-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-tx-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-tx-service.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- local-tx-service.xml	23 Oct 2006 17:39:01 -0000	1.3
  +++ local-tx-service.xml	30 Dec 2006 17:49:52 -0000	1.4
  @@ -15,7 +15,7 @@
      <!-- Defines TreeCache configuration                                      -->
      <!-- ==================================================================== -->
   
  -   <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
             name="jboss.cache:service=TreeCache">
   
         <depends>jboss:service=Naming</depends>
  @@ -47,7 +47,7 @@
         <!-- Name of cluster. Needs to be the same for all clusters, in order
              to find each other
         -->
  -      <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <attribute name="ClusterName">JBossCache-Cluster</attribute>
   
         <!-- JGroups protocol stack properties. Can also be a URL,
              e.g. file:/home/bela/default.xml
  
  
  
  1.8       +143 -143  JBossCache/etc/META-INF/replSync-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: replSync-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/replSync-eviction-service.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- replSync-eviction-service.xml	21 Sep 2006 15:08:39 -0000	1.7
  +++ replSync-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.8
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -62,11 +62,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  
  1.6       +135 -135  JBossCache/etc/META-INF/interopPrevSync-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: interopPrevSync-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/interopPrevSync-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- interopPrevSync-service.xml	21 Sep 2006 15:08:39 -0000	1.5
  +++ interopPrevSync-service.xml	30 Dec 2006 17:49:52 -0000	1.6
  @@ -15,7 +15,7 @@
       <!-- Defines TreeCache configuration                                      -->
       <!-- ==================================================================== -->
   
  -    <mbean code="org.jboss.cache.TreeCache"
  +   <mbean code="org.jboss.cache.CacheImpl"
           name="jboss.cache:service=TreeCache">
   
           <depends>jboss:service=Naming</depends>
  @@ -58,11 +58,11 @@
           <!-- Name of cluster. Needs to be the same for all TreeCache nodes in a
                cluster in order to find each other.
           -->
  -        <attribute name="ClusterName">TreeCache-Cluster</attribute>
  +      <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>
  
  
  



More information about the jboss-cvs-commits mailing list