From d2daf7ef5d003b5c5ae6a7083ccf676cc87a1d7b Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 27 Mar 2019 06:40:18 -0400 Subject: Adding guard PIP Adding the PIP support into the translator to setup the count attribute as an attribute generated by PIP and not sent by calling application. Added JUnit for OperationsHistoryPipEngine. Issue-ID: POLICY-1471 Change-Id: I71773ee8ea0e6c02873506d973a604899383d4b5 Signed-off-by: Pamela Dragosh --- .../src/test/resources/META-INF/persistence.xml | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 applications/guard/src/test/resources/META-INF/persistence.xml (limited to 'applications/guard/src/test/resources/META-INF/persistence.xml') diff --git a/applications/guard/src/test/resources/META-INF/persistence.xml b/applications/guard/src/test/resources/META-INF/persistence.xml new file mode 100644 index 00000000..de399c48 --- /dev/null +++ b/applications/guard/src/test/resources/META-INF/persistence.xml @@ -0,0 +1,41 @@ + + + + + + + org.eclipse.persistence.jpa.PersistenceProvider + org.onap.policy.pdp.xacml.application.common.OnapOperationsHistoryDbao + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg