From 7f53693b84c75be3d98b694d38d69090227df8eb Mon Sep 17 00:00:00 2001 From: Radek Felcman Date: Tue, 3 Oct 2023 13:17:35 +0200 Subject: [PATCH] JPA Test Advanced fix It seems, that after transformation from jpa.test to jpa.testapps EntityManagerJUnitTestSuite from jpa.testapps.advanced was excluded from the execution. This change returns this suite back. Signed-off-by: Radek Felcman --- .../jpa.test.advanced/pom.xml | 1 + .../src/main/resources/META-INF/persistence.xml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/jpa/eclipselink.jpa.testapps/jpa.test.advanced/pom.xml b/jpa/eclipselink.jpa.testapps/jpa.test.advanced/pom.xml index 0282aaff2f4..b7e6739b9c1 100644 --- a/jpa/eclipselink.jpa.testapps/jpa.test.advanced/pom.xml +++ b/jpa/eclipselink.jpa.testapps/jpa.test.advanced/pom.xml @@ -83,6 +83,7 @@ **/JPAAdvancedTestModel **/advanced/*Test + **/advanced/EntityManagerJUnitTestSuite diff --git a/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/resources/META-INF/persistence.xml b/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/resources/META-INF/persistence.xml index 4d7c6d29061..94611d1deaf 100644 --- a/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/resources/META-INF/persistence.xml +++ b/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/resources/META-INF/persistence.xml @@ -80,4 +80,18 @@ + + org.eclipse.persistence.jpa.PersistenceProvider + false + + + + + + + + + + +