On Sun, 2005-03-13 at 12:22 -0500, Noel J. Bergman wrote:
> > I'm looking into a problem with commons-beanutils and commons-logging
> > related to "undeploying" or "reloading" components running within
> > j2ee-like frameworks.
> 
> Have you looked at JMX?  Specifically, JSR-77?
> 
> > This article: http://www.onjava.com/pub/a/onjava/2001/06/26/ejb.html
> 
> Appears more directed to deployment (JSR-88).  Note that the article
> pre-dates much of the common management and deployment work for J2EE.
> 
> Check with the Geronimo folks, but I believe that JSR-77 is what you want.

Thanks Noel. However I'm looking for a way that a  *deployed*
application can detect that it is about to be undeployed (so that it can
properly clean up).

Having that app connect back to its container by using JNDI to locate a
container-wide "Management EJB" then invoking methods on that is more
complicated than I hoped for.

Cheers,

Simon


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

Reply via email to