Issue Type: Bug Bug
Assignee: Brett Meyer
Created: 06/May/13 4:49 PM
Description:

In non-managed JPA OSGi:

emf = persistenceProvider.createEntityManagerFactory( "HibernateOSGi_AppManaged", null );
emf.close();
emf = persistenceProvider.createEntityManagerFactory( "HibernateOSGi_AppManaged", null );

Results in an NPE. The persistence unit cannot be found more than once.

Project: Hibernate ORM
Priority: Major Major
Reporter: Brett Meyer
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