> What exactly happens when you deploy a init-free mbean? Looking at the
> ServiceControl mbean, which seems to be what calls init, it appears to
> catch and log the fact that the method is missing.  Does it not show up on
> the management web page?
> 
There shouldn't even be a log msg about the missing method since if you invoke a
method that does not exist on an MBean you will get a ReflectionException and
these are simply ignored. All MBeans show up on the management page because
this page is about MBeans and cares nothing about service abstractions.




_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to