[jboss-cvs] JBossCache/src-50/org/jboss/cache/pojo/jmx ...

Brian Stansberry brian.stansberry at jboss.com
Thu Nov 9 21:48:46 EST 2006


  User: bstansberry
  Date: 06/11/09 21:48:46

  Modified:    src-50/org/jboss/cache/pojo/jmx  PojoCacheJmxWrapper.java
  Log:
  Rename config property used to control CacheMgmtInterceptor
  
  Revision  Changes    Path
  1.3       +1 -1      JBossCache/src-50/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PojoCacheJmxWrapper.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- PojoCacheJmxWrapper.java	10 Nov 2006 02:25:03 -0000	1.2
  +++ PojoCacheJmxWrapper.java	10 Nov 2006 02:48:46 -0000	1.3
  @@ -273,7 +273,7 @@
         Configuration config = getConfiguration();
         if (config != null)
         {
  -         config.setUseMbean(false);
  +         config.setExposeManagementStatistics(false);
         }
         else
         {
  
  
  



More information about the jboss-cvs-commits mailing list