Fix PackagedEntityManagerTest

This commit is contained in:
Andrea Boriero 2016-05-02 17:06:14 +01:00 committed by Steve Ebersole
parent 4ad242799a
commit c79ff0f7ee
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
version="1.0">
<persistence-unit name="cfgxmlpar" transaction-type="RESOURCE_LOCAL">
<provider>org.hibernate.jpa.HibernatePersistence</provider>
<provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>
<properties>
<property name="hibernate.ejb.cfgfile" value="/org/hibernate/jpa/test/pack/cfgxmlpar/hibernate.cfg.xml"/>
</properties>