This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new eb64298 Fix this example following Hibernate upgrade
eb64298 is described below
commit eb642986e59126383c36d45db05b58dc90270d5e
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Mon Feb 24 14:40:32 2020 +0000
Fix this example following Hibernate upgrade
---
examples/multi-jpa-provider-testing/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/examples/multi-jpa-provider-testing/pom.xml
b/examples/multi-jpa-provider-testing/pom.xml
index b25e3f8..6e9e62a 100644
--- a/examples/multi-jpa-provider-testing/pom.xml
+++ b/examples/multi-jpa-provider-testing/pom.xml
@@ -59,7 +59,8 @@
<configuration>
<skip>${maven.test.skip}</skip>
<systemPropertyVariables>
-
<javax.persistence.provider>org.hibernate.ejb.HibernatePersistence</javax.persistence.provider>
+
<javax.persistence.provider>org.hibernate.jpa.HibernatePersistenceProvider</javax.persistence.provider>
+ <tomee.jpa.factory.lazy>true</tomee.jpa.factory.lazy>
</systemPropertyVariables>
</configuration>
</execution>