Brett Meyer edited a comment on New Feature HHH-7527

Steve Ebersole, 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?

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