[jboss-jira] [JBoss JIRA] (JBAS-8904) JPA needs a temporary classloader that can load the same classes as the Module.getClassLoader() returns
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Wed Jan 9 18:50:08 EST 2013
[ https://issues.jboss.org/browse/JBAS-8904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott Marlow resolved JBAS-8904.
--------------------------------
Resolution: Out of Date
Already resolved for AS7
> JPA needs a temporary classloader that can load the same classes as the Module.getClassLoader() returns
> -------------------------------------------------------------------------------------------------------
>
> Key: JBAS-8904
> URL: https://issues.jboss.org/browse/JBAS-8904
> Project: Application Server 3 4 5 and 6
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Scott Marlow
> Assignee: Scott Marlow
> Attachments: getNewTempClassLoader.patch
>
>
> JPA PersistenceUnitInfo has a getNewTempClassLoader method that I need to implement. This would be similar to the classloader returned from Module.getClassLoader(). Also see http://download.oracle.com/javaee/6/api/javax/persistence/spi/PersistenceUnitInfo.html#getNewTempClassLoader()
> This is a JPA spec requirement but not needed by the Hibernate Persistence Provider (currently). So, we could put this off for a bit.
--
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