hi,
1) I have created a component, say comp1, that implements comp1MBean
interface.
this interface provides some management methods.
when I install this component, I don't see those MBean methods in my JMX
console. what is wrong?
2) in getExtensionMBeanName I create an ObjectName like this:
ObjectName name = new ObjectName("com.mycom.examples:name=comp1");
how this method can be used?
thanks,
Yusef
--
View this message in context:
http://www.nabble.com/extension+MBean-t1676261.html#a4545090
Sent from the ServiceMix - User forum at Nabble.com.