So is the Interpreter MBean only available in 5.3.x? I'm using 5.2.5.Final with this configuration: https://github.com/hawtio/hawtio/blob/master/hawtio-web/src/test/resources/infinispan-local.xml#L15
is there something else I need to do to get the Interpreter MBean to appear? On 20 March 2013 10:55, Tristan Tarrant <[email protected]> wrote: > On 03/20/2013 11:35 AM, Manik Surtani wrote: >> As in, the JMX spec does not guarantee the order of ObjectName >> components? > Indeed. >> Does this mean that [1] is solved by an existing MBean? >> >> [1] https://issues.jboss.org/browse/ISPN-2926 > Yes, each CacheManager gets an "Interpreter" MBean which handles the > parsing/execution of the CLI commands. > > https://github.com/infinispan/infinispan/blob/master/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/Interpreter.java > > > Tristan > _______________________________________________ > infinispan-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/infinispan-dev -- James ------- Red Hat Email: [email protected] Web: http://fusesource.com Twitter: jstrachan, fusenews Blog: http://macstrac.blogspot.com/ Open Source Integration _______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
