[jboss-cvs] JBossCache/src/org/jboss/cache ...

Manik Surtani manik at jboss.org
Wed Apr 4 10:55:06 EDT 2007


  User: msurtani
  Date: 07/04/04 10:55:06

  Modified:    src/org/jboss/cache  JBossCacheView.java
  Log:
  reinstated state transfer
  
  Revision  Changes    Path
  1.2       +2 -2      JBossCache/src/org/jboss/cache/JBossCacheView.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JBossCacheView.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/JBossCacheView.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- JBossCacheView.java	4 Apr 2007 14:46:45 -0000	1.1
  +++ JBossCacheView.java	4 Apr 2007 14:55:06 -0000	1.2
  @@ -54,7 +54,7 @@
    * data needs to be displayed, the underlying cache will be accessed directly.
    *
    * @author Manik Surtani
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class JBossCacheView
   {
  @@ -157,7 +157,7 @@
            CacheFactory<String, String> factory = DefaultCacheFactory.getInstance();
            cache = factory.createCache(configurationFile, false);
            // hack to prevent a state transfer for now
  -         cache.getConfiguration().setFetchInMemoryState(false);
  +//         cache.getConfiguration().setFetchInMemoryState(false);
            cache.start();
            view = new JBossCacheView(cache);
            view.useConsole = useConsole;
  
  
  



More information about the jboss-cvs-commits mailing list