Change By: Brett Meyer (06/Feb/13 4:57 PM)
Comment: [~steve], one decision we need to make...

I finally have a test bed up and running on Karaf.  The OSGi JPA Container calls this sequence during startup:

HibernatePersistenceProvider#createContainerEntityManagerFactory -> Bootstrap#getEntityManagerFactoryBuilder -> new EntityManagerFactoryBuilderImpl

Since EntityManagerFactoryBuilderImpl is internal, the container is not able to find the class and startup fails.  Should we 1.) move and export it or 2.) create one specifically for OSGi?  #2 might be best since EntityManagerFactoryBuilderImpl relies on several other packages internal to core and entitymanager.
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