[JBoss-user] [Management, JMX/JBoss] - Re: When is ServiceMBeanSupport.server property set?

2005-03-02 Thread ehogberg
Dmitri: No, I had not overridden any of the *register() methods. After I read your post, I tried an override of preRegister() that does nothing but call super.preRegister() and then output a log message. Interesting thing--preRegister() is not getting called. So that would certainly explain

[JBoss-user] [Management, JMX/JBoss] - When is ServiceMBeanSupport.server property set?

2005-03-02 Thread ehogberg
Writing a MBean, extending ServiceMBeanSupport, that will be invoking methods on other MBean. Problem I'm encountering is that the server property never seems to be populated by the app server. No matter what point of the lifecycle, the server property evaluates to null. Same issue with this