You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/04/22 13:13:26 UTC

[tomee] 02/03: Post-Release (7.1.4) fixes for Multi JPA Example

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit e0304e40ae634556fd7f2ccd9311a8d36a3d2fbc
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Fri Apr 22 15:13:02 2022 +0200

    Post-Release (7.1.4) fixes for Multi JPA Example
---
 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 5b81a14b6b..3b909fac64 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>