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

Brian Stansberry brian.stansberry at jboss.com
Sat Jan 6 00:47:37 EST 2007


  User: bstansberry
  Date: 07/01/06 00:47:37

  Modified:    src/org/jboss/cache/config  Configuration.java
  Log:
  Make fetchInMemoryState @Dynamic for use by Hibernate
  
  Revision  Changes    Path
  1.33      +2 -1      JBossCache/src/org/jboss/cache/config/Configuration.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Configuration.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/config/Configuration.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -b -r1.32 -r1.33
  --- Configuration.java	5 Jan 2007 14:27:15 -0000	1.32
  +++ Configuration.java	6 Jan 2007 05:47:37 -0000	1.33
  @@ -76,6 +76,7 @@
      @Dynamic
      private long replQueueInterval = 5000;
      private boolean exposeManagementStatistics = true;
  +   @Dynamic
      private boolean fetchInMemoryState = true;
      private short replicationVersion = DEFAULT_REPLICATION_VERSION;
      private String replVersionString = Version.getVersionString(DEFAULT_REPLICATION_VERSION);
  @@ -101,7 +102,7 @@
      private boolean nodeLockingOptimistic = false;
      private NodeLockingScheme nodeLockingScheme = NodeLockingScheme.PESSIMISTIC;
      private String muxServiceName = null;
  -   private String muxStackName = "fc-fast-minimalthreads";
  +   private String muxStackName = "udp";   
      private boolean usingMultiplexer = false;
      private transient RuntimeConfig runtimeConfig;
   
  
  
  



More information about the jboss-cvs-commits mailing list