[jboss-cvs] JBossCache/etc ...

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


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

  Modified:    etc      tree-service.xml jdbcCacheLoader-service.xml
  Log:
  JBCACHE-1107 and JBCACHE-1109
  
  Revision  Changes    Path
  1.15      +4 -3      JBossCache/etc/tree-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: tree-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/tree-service.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- tree-service.xml	24 May 2007 03:49:31 -0000	1.14
  +++ tree-service.xml	14 Jun 2007 15:19:23 -0000	1.15
  @@ -31,7 +31,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">15000</attribute>
  +      <attribute name="StateRetrievalTimeout">15000</attribute>
   
         <!--
             Number of milliseconds to wait until all responses for a
  
  
  
  1.16      +4 -5      JBossCache/etc/jdbcCacheLoader-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jdbcCacheLoader-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/jdbcCacheLoader-service.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- jdbcCacheLoader-service.xml	24 May 2007 03:49:31 -0000	1.15
  +++ jdbcCacheLoader-service.xml	14 Jun 2007 15:19:23 -0000	1.16
  @@ -25,7 +25,8 @@
         <!--
             Configure the TransactionManager
         -->
  -      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup</attribute>
  +      <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.GenericTransactionManagerLookup
  +      </attribute>
   
   
         <!--
  @@ -108,10 +109,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
  @@ -123,8 +124,6 @@
         <attribute name="LockAcquisitionTimeout">10000</attribute>
   
   
  -
  -
         <!-- Cache Passivation for Tree Cache
   On pasivation, The objects are written to the backend store on eviction if CacheLoaderPassivation
   is true, otheriwse the objects are persisted.
  
  
  



More information about the jboss-cvs-commits mailing list