Hi Guillaume,
thanks for your reply. I was doing the registration in wrong place.
I found your reply to the similar email in the mail archive and it's working
now :)

cheers,

Yusef


gnodet wrote:
> 
> Your component is responsible for registerting / unregisterting all the
> means needed with the given mbean server.
> You can use the context.getMbeanNames to create the mbean names.
> 
> You can return your mbean name in the getExtensionMBeanName, but this is
> not
> currently used.
> 
> Cheers,
> Guillaume Nodet
> 
> On 5/24/06, yusef <[EMAIL PROTECTED]> wrote:
>>
>>
>> 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.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> 
> 
--
View this message in context: 
http://www.nabble.com/extension+MBean-t1676261.html#a4547071
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to