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

Manik Surtani manik at jboss.org
Thu Jun 14 11:19:23 EDT 2007


  User: msurtani
  Date: 07/06/14 11:19:23

  Modified:    etc/META-INF                     
                        replSync-passivation-service.xml
                        local-passivation-service.xml local-service.xml
                        local-expiration-eviction-service.xml
                        pojocache-passivation-service.xml
                        policyPerRegion-eviction-service.xml
                        pojocache-passivation-service2.xml
                        local-fifo-eviction-service.xml
                        local-tx-service.xml local-mru-eviction-service.xml
                        mux-service.xml buddyreplication-service.xml
                        local-elementsize-eviction-service.xml
                        unit-test-cache-service.xml
                        mixedPolicy-eviction-service.xml
                        local-lru-eviction-service.xml replSync-service.xml
                        replAsync-service.xml
                        local-lfu-eviction-service.xml
                        local-eviction-cacheloader-service.xml
                        hibernate-recommended-config.xml
  Log:
  JBCACHE-1107 and JBCACHE-1109
  
  Revision  Changes    Path
  1.11      +60 -59    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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- replSync-passivation-service.xml	24 May 2007 03:49:31 -0000	1.10
  +++ replSync-passivation-service.xml	14 Jun 2007 15:19:23 -0000	1.11
  @@ -21,7 +21,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -120,10 +121,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.15      +4 -3      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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- local-passivation-service.xml	24 May 2007 03:49:31 -0000	1.14
  +++ local-passivation-service.xml	14 Jun 2007 15:19:23 -0000	1.15
  @@ -21,7 +21,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -60,10 +61,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.17      +4 -3      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.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- local-service.xml	24 May 2007 03:49:31 -0000	1.16
  +++ local-service.xml	14 Jun 2007 15:19:23 -0000	1.17
  @@ -20,7 +20,8 @@
   
   
         <!-- Configure the TransactionManager -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.BatchModeTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.BatchModeTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -60,10 +61,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.6       +5 -4      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- local-expiration-eviction-service.xml	24 May 2007 03:49:31 -0000	1.5
  +++ local-expiration-eviction-service.xml	14 Jun 2007 15:19:23 -0000	1.6
  @@ -21,7 +21,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -58,10 +59,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.11      +61 -60    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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- pojocache-passivation-service.xml	6 Jun 2007 01:52:24 -0000	1.10
  +++ pojocache-passivation-service.xml	14 Jun 2007 15:19:23 -0000	1.11
  @@ -21,7 +21,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -121,10 +122,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.12      +60 -59    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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- policyPerRegion-eviction-service.xml	24 May 2007 03:49:31 -0000	1.11
  +++ policyPerRegion-eviction-service.xml	14 Jun 2007 15:19:23 -0000	1.12
  @@ -21,7 +21,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -121,10 +122,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.4       +61 -60    JBossCache/etc/META-INF/pojocache-passivation-service2.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pojocache-passivation-service2.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/pojocache-passivation-service2.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- pojocache-passivation-service2.xml	6 Jun 2007 01:52:24 -0000	1.3
  +++ pojocache-passivation-service2.xml	14 Jun 2007 15:19:23 -0000	1.4
  @@ -21,7 +21,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -121,10 +122,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.13      +6 -5      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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- local-fifo-eviction-service.xml	24 May 2007 03:49:31 -0000	1.12
  +++ local-fifo-eviction-service.xml	14 Jun 2007 15:19:23 -0000	1.13
  @@ -21,7 +21,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -58,10 +59,10 @@
        
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.10      +2 -2      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- local-tx-service.xml	24 May 2007 03:49:31 -0000	1.9
  +++ local-tx-service.xml	14 Jun 2007 15:19:23 -0000	1.10
  @@ -57,10 +57,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.13      +4 -3      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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- local-mru-eviction-service.xml	24 May 2007 03:49:31 -0000	1.12
  +++ local-mru-eviction-service.xml	14 Jun 2007 15:19:23 -0000	1.13
  @@ -21,7 +21,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -59,10 +60,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.12      +5 -4      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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- mux-service.xml	24 May 2007 03:49:31 -0000	1.11
  +++ mux-service.xml	14 Jun 2007 15:19:23 -0000	1.12
  @@ -19,7 +19,8 @@
         <depends>jboss:service=TransactionManager</depends>
   
         <depends optional-attribute-name="MultiplexerService" 
  -      		proxy-type="attribute">jgroups.mux:name=Multiplexer</depends>
  +               proxy-type="attribute">jgroups.mux:name=Multiplexer
  +      </depends>
         <attribute name="MultiplexerStack">tcp</attribute>
   
         <!--
  @@ -54,10 +55,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.16      +57 -57    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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- buddyreplication-service.xml	24 May 2007 03:49:31 -0000	1.15
  +++ buddyreplication-service.xml	14 Jun 2007 15:19:23 -0000	1.16
  @@ -126,10 +126,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.11      +4 -3      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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- local-elementsize-eviction-service.xml	24 May 2007 03:49:31 -0000	1.10
  +++ local-elementsize-eviction-service.xml	14 Jun 2007 15:19:23 -0000	1.11
  @@ -21,7 +21,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -58,10 +59,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.10      +2 -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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- unit-test-cache-service.xml	29 May 2007 17:25:11 -0000	1.9
  +++ unit-test-cache-service.xml	14 Jun 2007 15:19:23 -0000	1.10
  @@ -81,10 +81,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">15000</attribute>
  +      <attribute name="StateRetrievalTimeout">15000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.12      +60 -59    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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- mixedPolicy-eviction-service.xml	24 May 2007 03:49:31 -0000	1.11
  +++ mixedPolicy-eviction-service.xml	14 Jun 2007 15:19:23 -0000	1.12
  @@ -21,7 +21,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -121,10 +122,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.14      +6 -5      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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- local-lru-eviction-service.xml	24 May 2007 03:49:31 -0000	1.13
  +++ local-lru-eviction-service.xml	14 Jun 2007 15:19:23 -0000	1.14
  @@ -21,7 +21,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -61,10 +62,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.20      +57 -57    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.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- replSync-service.xml	24 May 2007 03:49:31 -0000	1.19
  +++ replSync-service.xml	14 Jun 2007 15:19:23 -0000	1.20
  @@ -143,10 +143,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">15000</attribute>
  +      <attribute name="StateRetrievalTimeout">15000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.19      +58 -58    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.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- replAsync-service.xml	24 May 2007 03:49:31 -0000	1.18
  +++ replAsync-service.xml	14 Jun 2007 15:19:23 -0000	1.19
  @@ -143,10 +143,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.14      +6 -5      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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- local-lfu-eviction-service.xml	24 May 2007 03:49:31 -0000	1.13
  +++ local-lfu-eviction-service.xml	14 Jun 2007 15:19:23 -0000	1.14
  @@ -21,7 +21,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -60,10 +61,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.8       +4 -3      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- local-eviction-cacheloader-service.xml	24 May 2007 03:49:31 -0000	1.7
  +++ local-eviction-cacheloader-service.xml	14 Jun 2007 15:19:23 -0000	1.8
  @@ -21,7 +21,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -49,10 +50,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.13      +4 -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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- hibernate-recommended-config.xml	24 May 2007 03:49:31 -0000	1.12
  +++ hibernate-recommended-config.xml	14 Jun 2007 15:19:23 -0000	1.13
  @@ -23,7 +23,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -131,10 +132,10 @@
   
         <!--
             The max amount of time (in milliseconds) we wait until the
  -          initial state (ie. the contents of the cache) are retrieved from
  +          state (ie. the contents of the cache) are retrieved from
             existing members in a clustered environment
         -->
  -      <attribute name="InitialStateRetrievalTimeout">20000</attribute>
  +      <attribute name="StateRetrievalTimeout">20000</attribute>
   
         <!--
            Indicate whether to use region based marshalling or not. Set this to true if you are running under a scoped
  
  
  



More information about the jboss-cvs-commits mailing list