[jboss-cvs] CacheBenchFwk/cache-products/ehcache-1.2.4/conf ...

Manik Surtani manik at jboss.org
Thu May 17 05:38:03 EDT 2007


  User: msurtani
  Date: 07/05/17 05:38:03

  Modified:    cache-products/ehcache-1.2.4/conf   ehcache-repl-async.xml
                        ehcache-repl-sync.xml
  Log:
  fixed stuff
  
  Revision  Changes    Path
  1.2       +3 -1      CacheBenchFwk/cache-products/ehcache-1.2.4/conf/ehcache-repl-async.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ehcache-repl-async.xml
  ===================================================================
  RCS file: /cvsroot/jboss/CacheBenchFwk/cache-products/ehcache-1.2.4/conf/ehcache-repl-async.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ehcache-repl-async.xml	17 May 2007 08:13:45 -0000	1.1
  +++ ehcache-repl-async.xml	17 May 2007 09:38:03 -0000	1.2
  @@ -322,7 +322,9 @@
              overflowToDisk="false">
           <cacheEventListenerFactory
                   class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"
  -                properties="asynchronousReplicationIntervalMillis=200"/>
  +                properties="asynchronousReplicationIntervalMillis=200, replicatePuts=true,
  +                            replicateUpdates=true, replicateUpdatesViaCopy=true,
  +                            replicateRemovals=true"/>
       </cache>
   
   </ehcache>
  
  
  
  1.2       +2 -2      CacheBenchFwk/cache-products/ehcache-1.2.4/conf/ehcache-repl-sync.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ehcache-repl-sync.xml
  ===================================================================
  RCS file: /cvsroot/jboss/CacheBenchFwk/cache-products/ehcache-1.2.4/conf/ehcache-repl-sync.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ehcache-repl-sync.xml	17 May 2007 08:13:45 -0000	1.1
  +++ ehcache-repl-sync.xml	17 May 2007 09:38:03 -0000	1.2
  @@ -322,8 +322,8 @@
              overflowToDisk="false">
           <cacheEventListenerFactory
                   class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"
  -                properties="replicateAsynchronously=false, replicatePuts=false,
  +                properties="replicateAsynchronously=false, replicatePuts=true,
                               replicateUpdates=true, replicateUpdatesViaCopy=true,
  -                            replicateRemovals=false"/>
  +                            replicateRemovals=true"/>
       </cache>
   </ehcache>
  
  
  



More information about the jboss-cvs-commits mailing list