Remy Maucherat wrote:

[EMAIL PROTECTED] wrote:

jfarcand 2004/02/04 09:28:28

Modified: catalina/src/share/org/apache/catalina/core StandardContext.java Log: When using the embedded interface and
calling removeChild(..), the mbean wasn't unregistered. That's only
occurs when you call removeChild. The mbean is always unregistered
when calling addChild (StandardContext.start())


That's not good. stop shouldn't remove the MBean, you'll have to call destroy elsewhere. If you create the Context through JMX, then you'd have no way to do further operations on it, since the MBean is gone.

Yes, I've realized that after I've committed. I shoud think before committing.....


-- Jeanfrancois


Rémy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to