You need infinispan-cli-server.jar in the classpath. Tristan
On 03/20/2013 04:19 PM, James Strachan wrote: > 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 > > _______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
