[ http://issues.apache.org/jira/browse/GERONIMO-1329?page=comments#action_12360152 ]
Guillaume Nodet commented on GERONIMO-1329: ------------------------------------------- JConsole looks for a mbean named "JMImplementation:type=MBeanServerDelegate" which implements the javax.management.MBeanServerDelegate interface. I think this problem and GERONIMO-1330 can be both fixed by modifying the o.a.g.kernel.jmx.MBeanServerDelegate to be able to delegate all calls to either the Geronimo Kernel or the MBean Server. If a gbean with the specified name can not be found for a given method (like getAttribute, ...), it could delegate the call to the mbean server. > Can not connect to Geronimo with jconsole > ----------------------------------------- > > Key: GERONIMO-1329 > URL: http://issues.apache.org/jira/browse/GERONIMO-1329 > Project: Geronimo > Type: Bug > Components: kernel > Versions: 1.0-M5 > Reporter: Guillaume Nodet > Fix For: 1.1 > > There is a missing mbean that makes jconsole fails to connect -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
