From: "Joe Germuska" <[EMAIL PROTECTED]> > > PropertyUtils.clearDescriptors();
> That should do it, from my understanding of the problem. I haven't > tested anything out, but it makes sense that if Struts causes a bunch > of stuff to be cached, it needs to notify when the cache can be > cleared. I put a comment on bug 14042, but anecdotally, this doesn't fix the problem. Tomcat still dies with an OutOfMemoryError after ~55 reloads of my Struts webapp. I also tried Introspector.flushCaches() with no luck. I'm back to "reload sparingly and restart Tomcat occasionally." -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
