From: Mattias J. (JIRA) <no...@at...> - 2006-06-26 06:29:59
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1236?page=comments#action_23410 ] Mattias Jiderhamn commented on HHH-1236: ---------------------------------------- G: The reference to the classloader has been removed in hibernate-3.1\src\org\hibernate\util\DTDEntityResolver.java, so the static reference to DTDEntityResolver is no problem. Steve (and the rest of the Hibernate team): Why the rudeness? Even if your users would be stupid or ignorant (and that may even be true for > 50%), does that really justify being rude??? I've seen this many times (and been there myself) from several team members. How do you expect people to want to report bugs and feature suggestions if they are likely to be insulted and told "you don't understand what you are talking about"? Being a hardcore coder isn't everything. We also need to learn humbleness. > Remove static reference to classloader, to avoid memory leak at webapp reload > ----------------------------------------------------------------------------- > > Key: HHH-1236 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1236 > Project: Hibernate3 > Type: Bug > Components: core > Versions: 3.0.5 > Environment: Resin 3.0.15, CGLib 2.1_3 > Reporter: Mattias Jiderhamn > Assignee: Steve Ebersole > Fix For: 3.2.0.alpha1, 3.1.3 > Attachments: OptimizeIt.jpg > > > To avoid memory leaks when web applications reload, please either remove reference to classloader in org.hibernate.util.DTDEntityResolver or remove static reference to that class in org.hibernate.util.XMLHelper > For background information, please see > http://forum.hibernate.org/viewtopic.php?p=2275217#2275217 > http://opensource2.atlassian.com/confluence/spring/pages/viewpage.action?pageId=2669 > and attached screen shot -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |