on 11/25/01 9:57 PM, "Remy Maucherat" <[EMAIL PROTECTED]> wrote:

> Of course, there's a reason for this, as a selective reloading would be a
> very complex thing to do.
> 
> Remy

More like damn near impossible. Once the previous classloader has been
trashed, all objects which were created within it would then become invalid.

Kevin, the right thing to do is to setup something like Turbine's Services
which have a shutdown process which can be invoked when the servlets
destroy() method is called in order to shutdown the singletons.

Sadly, I have to admit that the Turbine Services framework shutdown code is
currently broken and has been for some time now...it needs to be
re-written...

-jon


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

Reply via email to