Upgrade dependencies 79/117679/1
authorJim Hahn <jrh3@att.com>
Wed, 10 Feb 2021 12:48:27 +0000 (07:48 -0500)
committerJim Hahn <jrh3@att.com>
Wed, 10 Feb 2021 12:49:16 +0000 (07:49 -0500)
Updated properties to work with the new version of eclipselink.

Issue-ID: POLICY-3005
Change-Id: I88091a90387e235ef5c168de7a3275056327d83e
Signed-off-by: Jim Hahn <jrh3@att.com>
applications/common/src/test/resources/test.properties
applications/guard/src/test/resources/xacml.properties
main/src/test/resources/apps/guard/xacml.properties
packages/policy-xacmlpdp-tarball/src/main/resources/apps/guard/xacml.properties

index 5f54209..f4a0bf8 100644 (file)
@@ -40,6 +40,7 @@ get-operation-outcome.persistenceunit=PipEngineTest
 #
 # JPA Properties
 #
+eclipselink.target-database=Auto
 javax.persistence.jdbc.driver=org.h2.Driver
 javax.persistence.jdbc.url=jdbc:h2:mem:testdb;DATABASE_TO_UPPER=FALSE
 javax.persistence.jdbc.user=policy
index 252143e..11a5165 100644 (file)
@@ -47,6 +47,7 @@ xacml.pip.engines=count-recent-operations,get-operation-outcome
 #
 # JPA Properties
 #
+eclipselink.target-database=Auto
 javax.persistence.jdbc.driver=org.h2.Driver
 javax.persistence.jdbc.url=jdbc:h2:mem:testdb;DATABASE_TO_UPPER=FALSE
 javax.persistence.jdbc.user=policy
index 3d4d025..0f450fe 100644 (file)
@@ -47,6 +47,7 @@ xacml.pip.engines=count-recent-operations,get-operation-outcome
 #
 # JPA Properties
 #
+eclipselink.target-database=Auto
 javax.persistence.jdbc.driver=org.h2.Driver
 javax.persistence.jdbc.url=jdbc:h2:mem:testdb;DATABASE_TO_UPPER=FALSE
 javax.persistence.jdbc.user=policy
index 1b9cb4d..e0ac746 100644 (file)
@@ -47,6 +47,7 @@ xacml.pip.engines=count-recent-operations,get-operation-outcome
 #
 # JPA Properties
 #
+eclipselink.target-database=MySQL
 javax.persistence.jdbc.driver=org.mariadb.jdbc.Driver
 javax.persistence.jdbc.url=jdbc:mariadb://mariadb:3306/operationshistory
 javax.persistence.jdbc.user=policy_user