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

Manik Surtani msurtani at jboss.com
Wed Jan 24 11:33:57 EST 2007


  User: msurtani
  Date: 07/01/24 11:33:57

  Modified:    etc/META-INF                                        
                        mux-service.xml unit-test-cache-service.xml
                        tree-service.xml invalidationAsync-service.xml
                        mixedPolicy-eviction-service.xml
                        local-lru-eviction-service.xml
                        local-mru-eviction-service.xml
                        local-elementsize-eviction-service.xml
                        optimal-for-large-cluster-http-session-repl.xml
                        oodb-service.xml singleton-nopush-service.xml
                        pojocache-passivation-service.xml
                        policyPerRegion-eviction-service.xml
                        replSync-passivation-service.xml
                        buddyreplication-service.xml
                        replSync-ClusteredCacheLoader-service.xml
                        replSync-ChainingCacheLoader-service.xml
                        local-fifo-eviction-service.xml
                        hibernate-recommended-config.xml
                        replAsync-service.xml interopCurSync-service.xml
                        singleton-push-service.xml local-service.xml
                        node2.xml local-expiration-eviction-service.xml
                        replAsync-optimistic-service.xml
                        local-tx-service.xml
                        local-eviction-cacheloader-service.xml node1.xml
                        optimistic-eviction.xml
                        replSync-optimistic-service.xml
                        local-lfu-eviction-service.xml
                        interopCurAsync-service.xml replSync-service.xml
                        local-passivation-service.xml
                        replSync-eviction-service.xml
                        replAsyncSharedCacheLoader-service.xml
                        interopPrevAsync-service.xml
                        interopPrevSync-service.xml
                        invalidationSync-service.xml
  Log:
  Refactored to remove legacy EvictionPolicyClass element
  
  Revision  Changes    Path
  1.6       +0 -3      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- mux-service.xml	30 Dec 2006 17:49:52 -0000	1.5
  +++ mux-service.xml	24 Jan 2007 16:33:56 -0000	1.6
  @@ -104,9 +104,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">10000</attribute>
   
  -
  -      <!-- Name of the eviction policy class. Not supported now. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
      </mbean>
   
   
  
  
  
  1.3       +3 -2      JBossCache/etc/META-INF/unit-test-cache-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: unit-test-cache-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/unit-test-cache-service.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- unit-test-cache-service.xml	4 Jan 2007 03:36:42 -0000	1.2
  +++ unit-test-cache-service.xml	24 Jan 2007 16:33:56 -0000	1.3
  @@ -97,12 +97,13 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">10000</attribute>
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
         <!-- Specific eviction policy configurations. This is LRU -->
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">5</attribute>
  +            <!-- Name of the DEFAULT eviction policy class. -->
  +            <attribute name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
  +            
               <!-- Cache wide default -->
               <region name="/_default_">
                  <attribute name="maxNodes">5000</attribute>
  
  
  
  1.8       +0 -4      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- tree-service.xml	30 Dec 2006 17:49:52 -0000	1.7
  +++ tree-service.xml	24 Jan 2007 16:33:56 -0000	1.8
  @@ -108,10 +108,6 @@
   
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">10000</attribute>
  -
  -
  -      <!-- Name of the eviction policy class. Not supported now. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
      </mbean>
   
   
  
  
  
  1.8       +0 -4      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- invalidationAsync-service.xml	30 Dec 2006 17:49:52 -0000	1.7
  +++ invalidationAsync-service.xml	24 Jan 2007 16:33:56 -0000	1.8
  @@ -130,10 +130,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
  -
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
            class loader, e.g., inside an application server. Default is "false".
  
  
  
  1.8       +1 -2      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- mixedPolicy-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.7
  +++ mixedPolicy-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.8
  @@ -109,14 +109,13 @@
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
         <!-- Specific eviction policy configurations. This is LRU -->
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">5</attribute>
               <!-- This defaults to 200000 if not specified -->
               <attribute name="eventQueueSize">200000</attribute>
  +            <attribute name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
   
               <!-- Cache wide default -->
               <region name="/_default_">
  
  
  
  1.9       +3 -2      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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- local-lru-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.8
  +++ local-lru-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.9
  @@ -109,14 +109,15 @@
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
  +
  +
         <!-- Specific eviction policy configurations. This is LRU -->
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">5</attribute>
               <!-- This defaults to 200000 if not specified -->
               <attribute name="eventQueueSize">200000</attribute>
  +            <attribute name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
   
               <!-- Cache wide default -->
               <region name="/_default_">
  
  
  
  1.9       +3 -2      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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- local-mru-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.8
  +++ local-mru-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.9
  @@ -109,14 +109,15 @@
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.MRUPolicy</attribute>
         <!-- Specific eviction policy configurations. This is LRU -->
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">3</attribute>
               <!-- This defaults to 200000 if not specified -->
               <attribute name="eventQueueSize">200000</attribute>
  +            <!-- Name of the DEFAULT eviction policy class. -->
  +            <attribute name="policyClass">org.jboss.cache.eviction.MRUPolicy</attribute>
  +
   
               <!-- Cache wide default -->
               <region name="/_default_">
  
  
  
  1.7       +2 -2      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- local-elementsize-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.6
  +++ local-elementsize-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.7
  @@ -109,14 +109,14 @@
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.ElementSizePolicy</attribute>
         <!-- Specific eviction policy configurations. This is LRU -->
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">3</attribute>
               <!-- This defaults to 200000 if not specified -->
               <attribute name="eventQueueSize">200000</attribute>
  +            <!-- Name of the DEFAULT eviction policy class. -->
  +            <attribute name="policyClass">org.jboss.cache.eviction.ElementSizePolicy</attribute>
   
               <!-- Cache wide default -->
               <region name="/_default_">
  
  
  
  1.14      +0 -3      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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- optimal-for-large-cluster-http-session-repl.xml	30 Dec 2006 17:49:52 -0000	1.13
  +++ optimal-for-large-cluster-http-session-repl.xml	24 Jan 2007 16:33:56 -0000	1.14
  @@ -135,9 +135,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">10000</attribute>
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
            class loader, e.g., inside an application server. Default is "false".
  
  
  
  1.15      +0 -20     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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- oodb-service.xml	30 Dec 2006 17:49:52 -0000	1.14
  +++ oodb-service.xml	24 Jan 2007 16:33:56 -0000	1.15
  @@ -110,32 +110,12 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
  -      <!-- 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
  -
  -
  -      <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>
  -      -->
  -
  -      <!-- New 1.3.x cache loader config block -->
         <attribute name="CacheLoaderConfiguration">
            <config>
               <!-- if passivation is true, only the first cache loader is used; the rest are ignored -->
  
  
  
  1.3       +0 -3      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- singleton-nopush-service.xml	30 Dec 2006 17:49:52 -0000	1.2
  +++ singleton-nopush-service.xml	24 Jan 2007 16:33:56 -0000	1.3
  @@ -132,9 +132,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">10000</attribute>
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
            class loader, e.g., inside an application server. Default is "false".
  
  
  
  1.5       +3 -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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- pojocache-passivation-service.xml	30 Dec 2006 17:49:52 -0000	1.4
  +++ pojocache-passivation-service.xml	24 Jan 2007 16:33:56 -0000	1.5
  @@ -109,8 +109,6 @@
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
         <!-- Specific eviction policy configurations. This is LRU -->
         <!--
         PojoCache passivation only allows configuration of global region. If you need to
  @@ -122,6 +120,9 @@
               <attribute name="wakeUpIntervalSeconds">3</attribute>
               <!-- This defaults to 200000 if not specified -->
               <attribute name="eventQueueSize">200000</attribute>
  +            <!-- Name of the DEFAULT eviction policy class. -->
  +            <attribute name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
  +
   
               <!-- Cache wide default -->
               <region name="/_default_">
  
  
  
  1.8       +0 -2      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- policyPerRegion-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.7
  +++ policyPerRegion-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.8
  @@ -109,8 +109,6 @@
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
   
  -      <!-- Name of the eviction policy class. -->
  -      <!--        <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</attribute> -->
         <!-- Specific eviction policy configurations. This is LRU -->
         <attribute name="EvictionPolicyConfig">
            <config>
  
  
  
  1.7       +3 -3      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- replSync-passivation-service.xml	30 Dec 2006 17:49:52 -0000	1.6
  +++ replSync-passivation-service.xml	24 Jan 2007 16:33:56 -0000	1.7
  @@ -108,15 +108,15 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
  -
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
         <!-- Specific eviction policy configurations. This is LRU -->
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">5</attribute>
               <!-- This defaults to 200000 if not specified -->
               <attribute name="eventQueueSize">200000</attribute>
  +            <!-- Name of the DEFAULT eviction policy class. -->
  +            <attribute name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
  +            
   
               <!-- Cache wide default -->
               <region name="/_default_">
  
  
  
  1.11      +0 -3      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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- buddyreplication-service.xml	30 Dec 2006 17:49:52 -0000	1.10
  +++ buddyreplication-service.xml	24 Jan 2007 16:33:56 -0000	1.11
  @@ -111,9 +111,6 @@
         <attribute name="LockAcquisitionTimeout">10000</attribute>
   
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!-- Buddy Replication config -->
         <attribute name="BuddyReplicationConfig">
            <config>
  
  
  
  1.12      +0 -3      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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- replSync-ClusteredCacheLoader-service.xml	30 Dec 2006 17:49:52 -0000	1.11
  +++ replSync-ClusteredCacheLoader-service.xml	24 Jan 2007 16:33:56 -0000	1.12
  @@ -132,9 +132,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">10000</attribute>
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
            class loader, e.g., inside an application server. Default is "false".
  
  
  
  1.13      +0 -3      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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- replSync-ChainingCacheLoader-service.xml	30 Dec 2006 17:49:52 -0000	1.12
  +++ replSync-ChainingCacheLoader-service.xml	24 Jan 2007 16:33:56 -0000	1.13
  @@ -132,9 +132,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">10000</attribute>
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
            class loader, e.g., inside an application server. Default is "false".
  
  
  
  1.9       +2 -2      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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- local-fifo-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.8
  +++ local-fifo-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.9
  @@ -109,14 +109,14 @@
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.FIFOPolicy</attribute>
         <!-- Specific eviction policy configurations. This is LRU -->
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">3</attribute>
               <!-- This defaults to 200000 if not specified -->
               <attribute name="eventQueueSize">200000</attribute>
  +            <!-- Name of the DEFAULT eviction policy class. -->
  +            <attribute name="policyClass">org.jboss.cache.eviction.FIFOPolicy</attribute>
   
               <!-- Cache wide default -->
               <region name="/_default_">
  
  
  
  1.11      +0 -3      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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- hibernate-recommended-config.xml	30 Dec 2006 17:49:52 -0000	1.10
  +++ hibernate-recommended-config.xml	24 Jan 2007 16:33:56 -0000	1.11
  @@ -143,9 +143,6 @@
         -->
         <attribute name="InitialStateRetrievalTimeout">20000</attribute>
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
            class loader, e.g., inside an application server. Default is "false".
  
  
  
  1.14      +0 -4      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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- replAsync-service.xml	30 Dec 2006 17:49:52 -0000	1.13
  +++ replAsync-service.xml	24 Jan 2007 16:33:56 -0000	1.14
  @@ -151,10 +151,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
  -
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
            class loader, e.g., inside an application server. Default is "false".
  
  
  
  1.8       +0 -3      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- interopCurSync-service.xml	30 Dec 2006 17:49:52 -0000	1.7
  +++ interopCurSync-service.xml	24 Jan 2007 16:33:56 -0000	1.8
  @@ -124,9 +124,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">10000</attribute>
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
            class loader, e.g., inside an application server. Default is "false".
  
  
  
  1.3       +0 -3      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- singleton-push-service.xml	30 Dec 2006 17:49:52 -0000	1.2
  +++ singleton-push-service.xml	24 Jan 2007 16:33:56 -0000	1.3
  @@ -132,9 +132,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">10000</attribute>
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
            class loader, e.g., inside an application server. Default is "false".
  
  
  
  1.13      +1 -6      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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- local-service.xml	30 Dec 2006 17:49:52 -0000	1.12
  +++ local-service.xml	24 Jan 2007 16:33:56 -0000	1.13
  @@ -109,18 +109,13 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
  -
  -      <!-- 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>
               <attribute name="wakeUpIntervalSeconds">5</attribute>
               <!-- This defaults to 200000 if not specified -->
               <attribute name="eventQueueSize">200000</attribute>
  +            <attribute name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
   
               <!-- Cache wide default -->
               <region name="/_default_">
  
  
  
  1.15      +0 -5      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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- node2.xml	30 Dec 2006 17:49:52 -0000	1.14
  +++ node2.xml	24 Jan 2007 16:33:56 -0000	1.15
  @@ -126,11 +126,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
  -
  -      <!-- Name of the eviction policy class. Not supported now. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
  -
         <!--
        *************************************************************************************
        JBossCache can use Berkeley DB Java Edition from Sleepycat Software (http://www.sleepycat.com)
  
  
  
  1.2       +2 -2      JBossCache/etc/META-INF/local-expiration-eviction-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: local-expiration-eviction-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/local-expiration-eviction-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- local-expiration-eviction-service.xml	10 Jan 2007 00:10:47 -0000	1.1
  +++ local-expiration-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.2
  @@ -108,8 +108,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.ExpirationPolicy</attribute>
         <!-- Specific eviction policy configurations. -->
         <attribute name="EvictionPolicyConfig">
            <config>
  @@ -117,6 +115,8 @@
               <attribute name="wakeUpIntervalSeconds">1</attribute>
               <!-- This defaults to 200000 if not specified -->
               <attribute name="eventQueueSize">200000</attribute>
  +            <!-- Name of the DEFAULT eviction policy class. -->
  +            <attribute name="policyClass">org.jboss.cache.eviction.ExpirationPolicy</attribute>
   
               <!-- Cache wide default -->
               <region name="/_default_">
  
  
  
  1.14      +0 -4      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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- replAsync-optimistic-service.xml	30 Dec 2006 17:49:52 -0000	1.13
  +++ replAsync-optimistic-service.xml	24 Jan 2007 16:33:56 -0000	1.14
  @@ -141,10 +141,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
  -
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
            class loader, e.g., inside an application server. Default is "false".
  
  
  
  1.5       +2 -5      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- local-tx-service.xml	30 Dec 2006 17:49:52 -0000	1.4
  +++ local-tx-service.xml	24 Jan 2007 16:33:56 -0000	1.5
  @@ -103,17 +103,14 @@
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
   
  -      <!-- 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>
               <attribute name="wakeUpIntervalSeconds">5</attribute>
               <!-- This defaults to 200000 if not specified -->
               <attribute name="eventQueueSize">200000</attribute>
  +            <attribute name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
   
               <!-- Cache wide default -->
               <region name="/_default_">
  
  
  
  1.4       +3 -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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- local-eviction-cacheloader-service.xml	30 Dec 2006 17:49:52 -0000	1.3
  +++ local-eviction-cacheloader-service.xml	24 Jan 2007 16:33:56 -0000	1.4
  @@ -103,12 +103,13 @@
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
         <!-- Specific eviction policy configurations. This is LRU -->
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">5</attribute>
  +            <!-- Name of the DEFAULT eviction policy class. -->
  +            <attribute name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
  +
               <!-- Cache wide default -->
               <region name="/_default_">
                  <attribute name="maxNodes">5000</attribute>
  
  
  
  1.15      +0 -3      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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- node1.xml	30 Dec 2006 17:49:52 -0000	1.14
  +++ node1.xml	24 Jan 2007 16:33:56 -0000	1.15
  @@ -126,9 +126,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
  -      <!-- Name of the eviction policy class. Not supported now. -->
  -      <attribute name="EvictionPolicyClass"></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.
  
  
  
  1.4       +3 -2      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- optimistic-eviction.xml	30 Dec 2006 17:49:52 -0000	1.3
  +++ optimistic-eviction.xml	24 Jan 2007 16:33:56 -0000	1.4
  @@ -64,11 +64,12 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">10000</attribute>
   
  -      <!-- Name of the eviction policy class.-->
  -      <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">1</attribute>
  +            <!-- Name of the DEFAULT eviction policy class.-->
  +            <attribute name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
  +
               <region name="/_default_">
                  <attribute name="maxNodes">10</attribute>
                  <attribute name="timeToLiveSeconds">0</attribute>
  
  
  
  1.13      +0 -3      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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- replSync-optimistic-service.xml	30 Dec 2006 17:49:52 -0000	1.12
  +++ replSync-optimistic-service.xml	24 Jan 2007 16:33:56 -0000	1.13
  @@ -142,9 +142,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
            class loader, e.g., inside an application server. Default is "false".
  
  
  
  1.10      +0 -2      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- local-lfu-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.9
  +++ local-lfu-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.10
  @@ -109,8 +109,6 @@
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
   
  -      <!-- Name of the eviction policy class. -->
  -      <!--        <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.LFUPolicy</attribute> -->
         <!-- Specific eviction policy configurations. This is LRU -->
         <attribute name="EvictionPolicyConfig">
            <config>
  
  
  
  1.8       +0 -4      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- interopCurAsync-service.xml	30 Dec 2006 17:49:52 -0000	1.7
  +++ interopCurAsync-service.xml	24 Jan 2007 16:33:56 -0000	1.8
  @@ -121,10 +121,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
  -
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
            class loader, e.g., inside an application server. Default is "false".
  
  
  
  1.15      +0 -3      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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- replSync-service.xml	30 Dec 2006 17:49:52 -0000	1.14
  +++ replSync-service.xml	24 Jan 2007 16:33:56 -0000	1.15
  @@ -150,9 +150,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">10000</attribute>
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
            class loader, e.g., inside an application server. Default is "false".
  
  
  
  1.11      +3 -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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- local-passivation-service.xml	30 Dec 2006 17:49:52 -0000	1.10
  +++ local-passivation-service.xml	24 Jan 2007 16:33:56 -0000	1.11
  @@ -109,14 +109,15 @@
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
         <!-- Specific eviction policy configurations. This is LRU -->
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">5</attribute>
               <!-- This defaults to 200000 if not specified -->
               <attribute name="eventQueueSize">200000</attribute>
  +            <!-- Name of the DEFAULT eviction policy class. -->
  +            <attribute name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
  +
   
               <!-- Cache wide default -->
               <region name="/_default_">
  
  
  
  1.9       +3 -2      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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- replSync-eviction-service.xml	30 Dec 2006 17:49:52 -0000	1.8
  +++ replSync-eviction-service.xml	24 Jan 2007 16:33:56 -0000	1.9
  @@ -131,12 +131,13 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
         <!-- Specific eviction policy configurations. This is LRU -->
         <attribute name="EvictionPolicyConfig">
            <config>
               <attribute name="wakeUpIntervalSeconds">5</attribute>
  +            <!-- Name of the DEFAULT eviction policy class. -->
  +            <attribute name="policyClass">org.jboss.cache.eviction.LRUPolicy</attribute>
  +            
               <!-- Cache wide default -->
               <region name="/_default_">
                  <attribute name="maxNodes">5000</attribute>
  
  
  
  1.15      +0 -17     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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- replAsyncSharedCacheLoader-service.xml	30 Dec 2006 17:49:52 -0000	1.14
  +++ replAsyncSharedCacheLoader-service.xml	24 Jan 2007 16:33:56 -0000	1.15
  @@ -126,29 +126,12 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
  -      <!-- Name of the eviction policy class. Not supported now. -->
  -      <attribute name="EvictionPolicyClass"></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">false</attribute>
   
  -      <!-- Old 1.2.x cache loader config block
  -      <attribute name="CacheLoaderClass">org.jboss.cache.loader.FileCacheLoader</attribute>
  -      <attribute name="CacheLoaderConfig">
  -        location=c:\\tmp
  -      </attribute>
  -      <attribute name="CacheLoaderShared">true</attribute>
  -      <attribute name="CacheLoaderPreload">/</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">
            <config>
               <!-- if passivation is true, only the first cache loader is used; the rest are ignored -->
  
  
  
  1.7       +0 -3      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- interopPrevAsync-service.xml	30 Dec 2006 17:49:52 -0000	1.6
  +++ interopPrevAsync-service.xml	24 Jan 2007 16:33:56 -0000	1.7
  @@ -121,9 +121,6 @@
         <attribute name="LockAcquisitionTimeout">15000</attribute>
   
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
      </mbean>
   
   
  
  
  
  1.7       +0 -23     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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- interopPrevSync-service.xml	30 Dec 2006 17:49:52 -0000	1.6
  +++ interopPrevSync-service.xml	24 Jan 2007 16:33:56 -0000	1.7
  @@ -121,29 +121,6 @@
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">10000</attribute>
   
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
  -      <!--
  -      <attribute name="CacheLoaderClass">org.jboss.cache.loader.bdbje.BdbjeCacheLoader</attribute>
  -      <attribute name="CacheLoaderConfig">
  -        location=c:\\tmp\\bdbje
  -      </attribute>
  -      <attribute name="CacheLoaderShared">true</attribute>
  -      <attribute name="CacheLoaderPreload">/</attribute>
  -      <attribute name="CacheLoaderPassivation">false</attribute>
  -      -->
  -
  -      <!--
  -      <attribute name="CacheLoaderClass">org.jboss.cache.loader.FileCacheLoader</attribute>
  -      <attribute name="CacheLoaderConfig">
  -        location=c:\\tmp
  -      </attribute>
  -      <attribute name="CacheLoaderShared">true</attribute>
  -      <attribute name="CacheLoaderPreload">/</attribute>
  -      <attribute name="CacheLoaderPassivation">false</attribute>
  -      -->
  -
      </mbean>
   
   
  
  
  
  1.8       +0 -4      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- invalidationSync-service.xml	30 Dec 2006 17:49:52 -0000	1.7
  +++ invalidationSync-service.xml	24 Jan 2007 16:33:56 -0000	1.8
  @@ -131,10 +131,6 @@
   
         <!-- Max number of milliseconds to wait for a lock acquisition -->
         <attribute name="LockAcquisitionTimeout">10000</attribute>
  -
  -      <!-- Name of the eviction policy class. -->
  -      <attribute name="EvictionPolicyClass"></attribute>
  -
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
            class loader, e.g., inside an application server. Default is "false".
  
  
  



More information about the jboss-cvs-commits mailing list