[jboss-jira] [JBoss JIRA] (AS7-6582) Classloader leaking in JPA module
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Thu Feb 21 12:20:57 EST 2013
[ https://issues.jboss.org/browse/AS7-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755802#comment-12755802 ]
Scott Marlow commented on AS7-6582:
-----------------------------------
Hi Brian, great to see you here, since we both love chasing down these types of leaks. ;)
I saw the picture, which looks to show some storage associated with what is probably the EntityManagerFactory that the persistence unit service creates. And the EntityManagerFactory would still reference the SerializableValidatorFactory (I'm not surprised by that). I'm also not against the proposed patch if it resolves the entire memory leak but I'm still wondering why the reference to the EntityManagerFactory didn't get cleaned up.
Scott
> Classloader leaking in JPA module
> ---------------------------------
>
> Key: AS7-6582
> URL: https://issues.jboss.org/browse/AS7-6582
> Project: Application Server 7
> Issue Type: Bug
> Components: JPA / Hibernate
> Affects Versions: 7.1.3.Final (EAP)
> Environment: Fedora 17, Oracle jdk 7u9
> CentOS 6.3, Oracle jdk 7u11
> Reporter: Brent Douglas
> Assignee: Scott Marlow
>
> PersistenceUnitServiceHandler retains references to deployment classes after the service is stopped through SerializableValidatorFactory.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list