[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/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:    tests/functional/org/jboss/cache/jmx  CacheMBeanTest.java
  Log:
  Rename config property used to control CacheMgmtInterceptor
  
  Revision  Changes    Path
  1.5       +1 -1      JBossCache/tests/functional/org/jboss/cache/jmx/CacheMBeanTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheMBeanTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/jmx/CacheMBeanTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- CacheMBeanTest.java	31 Oct 2006 06:57:28 -0000	1.4
  +++ CacheMBeanTest.java	10 Nov 2006 02:48:46 -0000	1.5
  @@ -29,7 +29,7 @@
   
         Configuration c = new Configuration();
         c.setClusterName("CacheMBeanTest");
  -      c.setUseMbean(true);
  +      c.setExposeManagementStatistics(true);
         c.setCacheMode(Configuration.CacheMode.LOCAL);
         cache = DefaultCacheFactory.createCache(c);
         mBeanNameStr = JmxUtil.PREFIX + cache.getConfiguration().getClusterName();
  
  
  



More information about the jboss-cvs-commits mailing list