Remy Maucherat wrote:
> [EMAIL PROTECTED] wrote:
> 

>>  This patch should fix the issue.
>>  
>>  Let me know if you see any problems.
> 
> 
> There's the same code (and more) in WebappClassLoader.stop():
> 
>          // Clear the classloader reference in common-logging
>          org.apache.commons.logging.LogFactory.release(this);
>          // Clear the classloader reference in the VM's bean introspector
>          java.beans.Introspector.flushCaches();
> 
> IMO, it's the right place to do this kind of cleaning up in the 
> classloader, since it's CL related.

You're absolutely right. You had fixed this in TC long time ago
(revision 1.20). This commit did slip through the cracks, so our
internal version was still suffering from this leak.

Thanks!

Jan



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

Reply via email to