[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/jmx ...

Ben Wang bwang at jboss.com
Mon Sep 25 01:50:05 EDT 2006


  User: bwang   
  Date: 06/09/25 01:50:05

  Modified:    tests/functional/org/jboss/cache/jmx  CacheMBeanTest.java
  Log:
  1. Modify useInterceptorMbeans to useMbean
  2. Added PojoCache jmx framework 
  3. added test
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CacheMBeanTest.java	7 Sep 2006 13:52:29 -0000	1.2
  +++ CacheMBeanTest.java	25 Sep 2006 05:50:05 -0000	1.3
  @@ -29,7 +29,7 @@
   
         Configuration c = new Configuration();
         c.setClusterName("CacheMBeanTest");
  -      c.setUseInterceptorMbeans(true);
  +      c.setUseMbean(true);
         c.setCacheMode(Configuration.CacheMode.LOCAL);
         cache = new DefaultCacheFactory().createCache(c);
         mBeanNameStr = JmxUtil.PREFIX + cache.getConfiguration().getClusterName();
  
  
  



More information about the jboss-cvs-commits mailing list