2010/10/28 Leon Rosenberg <[email protected]>:
>
> Well, that would just move the problem from stopping Timer to calling
> shutdown on  Executor, wouldn't it?
>

The problem is with the Thread.getContextClassLoader() for your
thread.  It contains a reference to the webapp classloader, and thus
does not allow to GC it.


Note, that the webapp classloader cannot be used anymore once the
application is stopped. Any attempt to load classes through it will
fail.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to