From 4c53995dd9917f05b9558bb81aa33caf9e8f0f97 Mon Sep 17 00:00:00 2001 From: Kevin McKiou Date: Thu, 14 Sep 2017 12:31:02 -0500 Subject: Addition of Active-Standby Feature Patch 1: Adds the active-standby feature to drools-pdp. This feature provides the state control of the drools-pdp nodes controlling failover with a site and across sites. Patch 2: Resolve merge conflict in packages/install/pom.xml and pom.xml. Patch 3: Resolved comments from Pamela Dragosh and Jorge Hernandez. Issue-ID: POLICY-156 Change-Id: I922b3d5d8a464006e9675924bcbc7409d68c08d5 Signed-off-by: Kevin McKiou --- .../src/main/resources/META-INF/persistence.xml | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 feature-active-standby-management/src/main/resources/META-INF/persistence.xml (limited to 'feature-active-standby-management/src/main/resources/META-INF/persistence.xml') diff --git a/feature-active-standby-management/src/main/resources/META-INF/persistence.xml b/feature-active-standby-management/src/main/resources/META-INF/persistence.xml new file mode 100644 index 00000000..4a625b55 --- /dev/null +++ b/feature-active-standby-management/src/main/resources/META-INF/persistence.xml @@ -0,0 +1,33 @@ + + + + + + + org.eclipse.persistence.jpa.PersistenceProvider + org.onap.policy.drools.activestandby.DroolsPdpEntity + + + + + -- cgit 1.2.3-korg