Geronimo uses GBeans that you can access through the jmx connector.
AFAIK, MBeans can not be registered and managed in Geronimo: more
precisely, if you register a mbean in the
existing mx4j server created by G, your mbean will not be accessed via
the jmx connector.
Cheers,
Guillaume Nodet
Chad Boyd wrote:
Hi,
I'm trying to figure out how to deploy a Dynamic MBean to Geronimo and
haven't found much information on this subject. I understand Geronimo
is using MX4J for the JMX implementation. Can anyone tell me how I
can deploy an MBean to Geronimo? Can I use the deploy tool along with
a deployment plan similar to how EARs and database pools are deployed?
Thanks.