4 Replies Latest reply on Oct 21, 2004 11:24 AM by jiwils

    TreeCacheView/TreeCacheViewAop MBean Purpose

    jiwils

      Some (if not all) of the JBossCache configuration files contain the following MBean definition:

      <!-- Uncomment to get a graphical view of the TreeCache MBean above -->
       <!-- <mbean code="org.jboss.cache.TreeCacheView" name="jboss.cache:service=TreeCacheView">-->
       <!-- <depends>jboss.cache:service=TreeCache</depends>-->
       <!-- <attribute name="CacheService">jboss.cache:service=TreeCache</attribute>-->
       <!-- </mbean>-->


      I thought I would get a GUI with which I could inspect the cache, but instead I got a "multiple MBean" exception.

      I am running JBossCache in "standalone" mode, is this the issue? Are multiple MBeans per JBossCache instance supported only when running inside JBoss 4?