> My problem is this:
> 
> If I set them up to register with the JBoss MBeanServer, the
> ServiceControlMBean receives notification of their registration and, in
> spite of the fact that they do not implement org.jboss.util.Service,
> calls init() on them unsuccessfully.
> 
> It appears to me that:
> 
> JBoss does not expect MBeans both not to implement Service not to be
> statically loaded from a file.
> 
> It seems to me that since I need to do exactly this with JettyJMX, that
> we need  to resolve this (apologies if there is already a way to do it
> and I have missed it).
> 
> Am I wrong ?
> 
I believe so as JBoss expects that MBeans that needs lifecycle/dependency
management do implement the Service interface methods, but if an MBean
does not, it causes no harm. Are you seeing harm being done?



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

Reply via email to