On 7/18/13 2:32 AM, Mattias Jiderhamn wrote: > It seems that a classloader leak in the JSF API as of > https://java.net/jira/browse/JAVASERVERFACES-2746 is triggered much more > easily by the Caucho EL implementation than with the Sun/Glassfish one. > At least from my point of view the bug still is with JSF and not Resin, > but somene might find this information useful. >
Hmm. I'm not sure why Resin's EL would make a difference. From that description, it's a JSF bug. Do you happen to know what classes are being held? (The issue is a static WeakHashMap in the JSF implementation, with a strong reference to a web-app class in the value.) -- Scott _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
