[JBoss JIRA] (AS7-6582) Classloader leaking in JPA module
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/AS7-6582?page=com.atlassian.jira.plugin.s... ]
Brian Stansberry commented on AS7-6582:
---------------------------------------
Scott,
I had the same question, but I didn't know enough about the details to know if that was a real problem or somehow expected.
- Brian
> 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: Brent Douglas
>
> 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
13 years, 2 months
[JBoss JIRA] (JBEE-117) WebResourcePermission for negative permissions is doing incorrect implies (again)
by Shelly McGowan (JIRA)
[ https://issues.jboss.org/browse/JBEE-117?page=com.atlassian.jira.plugin.s... ]
Shelly McGowan resolved JBEE-117.
---------------------------------
Resolution: Done
This was resolved in 1.0.2.Final release of JACC APIs which was also included in the JBoss Java EE API Specs 3.0.2.Final release.
> WebResourcePermission for negative permissions is doing incorrect implies (again)
> ---------------------------------------------------------------------------------
>
> Key: JBEE-117
> URL: https://issues.jboss.org/browse/JBEE-117
> Project: JBoss JavaEE Spec APIs
> Issue Type: Bug
> Components: jboss-jacc-api
> Reporter: Paul Gier
> Assignee: Bartosz Baranowski
> Fix For: JavaEE 6 Spec APIs 3.0.2.Final
>
>
> {code:java}
> WebResourcePermission w1 = new WebResourcePermission("/", "!GET");
> WebResourcePermission w2 = new WebResourcePermission("/", "!GET,POST");
> System.err.println(">"+w1.implies(w2));
> System.err.println(">"+w2.implies(w1));
> {code}
> Produces:
> {noformat}
> false
> true
> {noformat}
> It should be reversed
--
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
13 years, 2 months
[JBoss JIRA] (AS7-6582) Classloader leaking in JPA module
by Scott Marlow (JIRA)
[ https://issues.jboss.org/browse/AS7-6582?page=com.atlassian.jira.plugin.s... ]
Scott Marlow updated AS7-6582:
------------------------------
Assignee: Brent Douglas (was: Scott Marlow)
reassigned to Brent, since he has already submitted a fix (not sure if that will be the final fix yet).
> 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: Brent Douglas
>
> 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
13 years, 2 months