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

Brian Stansberry brian.stansberry at jboss.com
Fri May 11 18:43:07 EDT 2007


  User: bstansberry
  Date: 07/05/11 18:43:07

  Modified:    tests/functional/org/jboss/cache/jmx 
                        CacheJmxWrapperTestBase.java
  Log:
  JMX cleanups
  
  Revision  Changes    Path
  1.2       +3 -3      JBossCache/tests/functional/org/jboss/cache/jmx/CacheJmxWrapperTestBase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheJmxWrapperTestBase.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/jmx/CacheJmxWrapperTestBase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- CacheJmxWrapperTestBase.java	9 May 2007 18:34:12 -0000	1.1
  +++ CacheJmxWrapperTestBase.java	11 May 2007 22:43:07 -0000	1.2
  @@ -143,9 +143,9 @@
      {
         // should be 3 interceptor MBeans loaded:
         ObjectName[] interceptorMBeanNames = {
  -              new ObjectName(baseName + JmxUtil.MBEAN_KEY + "TxInterceptor"),
  -              new ObjectName(baseName + JmxUtil.MBEAN_KEY + "CacheMgmtInterceptor"),
  -              new ObjectName(baseName + JmxUtil.MBEAN_KEY + "InvocationContextInterceptor")
  +              new ObjectName(baseName + JmxUtil.INTERCEPTOR_KEY + "TxInterceptor"),
  +              new ObjectName(baseName + JmxUtil.INTERCEPTOR_KEY + "CacheMgmtInterceptor"),
  +              new ObjectName(baseName + JmxUtil.INTERCEPTOR_KEY + "InvocationContextInterceptor")
         };
   
         for (ObjectName n : interceptorMBeanNames)
  
  
  



More information about the jboss-cvs-commits mailing list