Issue Type: Bug Bug
Affects Versions: 4.2.0.CR2
Assignee: Unassigned
Components: core
Created: 04/Mar/13 3:18 AM
Description:

The class org.hibernate.osgi.HibernateBundleActivator export HibernateBundleActivator as persistence provider class whereas it should export org.hibernate.jpa.HibernatePersistenceProvider

Now:
properties.put(
"javax.persistence.provider",
HibernateBundleActivator.class.getName() );

Should be:
properties.put(
"javax.persistence.provider",
HibernatePersistenceProvider.class.getName() );

Unless I missing something.

Project: Hibernate ORM
Labels: osgi
Priority: Minor Minor
Reporter: Luca Burgazzoli
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