Re: [Resin-interest] Possible Resin Classloader leakage for JPA applications

2011-07-21 Thread Patric Rufflar
Hi Scott, after testing resin 4.0.20 it seems that the reported bug has been fixed. However, there's still another JPA classloader leak which prevents the web application classloader being garbage collected. Because I am not allowed to add a comment to bug 4628 at your mantis site, I am going to

Re: [Resin-interest] Possible Resin Classloader leakage for JPA applications

2011-06-20 Thread Patric Rufflar
> > Thanks. I've filed this as http://bugs.caucho.com/view.php?id=4628 > Thank you for fixing the bug so quickly. Is it possible to backport it to 3.1 as well? (if not: is a workaround available?) Thanks. Patric > >> Please have a look at >> resin-3.1.10\modules\jpa\src\javax\persistence\Persist

Re: [Resin-interest] Possible Resin Classloader leakage for JPA applications

2011-06-20 Thread Scott Ferguson
On 06/20/2011 09:09 AM, Patric Rufflar wrote: > Hi all, > > I think that resin (at least version 3.1, but most probably 4.0 too) suffers > from a critical classloader leak which may cause that the memory occupied > by an application will not get released when destroying its servlet context > (stopp