From a974aa0cfb827476104c140096de676711d2b673 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 14 Feb 2017 19:31:53 -0500 Subject: Initial OpenECOMP policy/common commit Change-Id: I61cd29d6d8bf8702c1a66915895b519bf3484afa Signed-off-by: Pamela Dragosh --- .../src/main/resources/META-INF/persistence.xml | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 integrity-monitor/src/main/resources/META-INF/persistence.xml (limited to 'integrity-monitor/src/main/resources/META-INF/persistence.xml') diff --git a/integrity-monitor/src/main/resources/META-INF/persistence.xml b/integrity-monitor/src/main/resources/META-INF/persistence.xml new file mode 100644 index 00000000..94360109 --- /dev/null +++ b/integrity-monitor/src/main/resources/META-INF/persistence.xml @@ -0,0 +1,51 @@ + + + + + + + org.eclipse.persistence.jpa.PersistenceProvider + org.openecomp.policy.common.im.jpa.ImTestEntity + org.openecomp.policy.common.im.jpa.StateManagementEntity + org.openecomp.policy.common.im.jpa.ForwardProgressEntity + org.openecomp.policy.common.im.jpa.ResourceRegistrationEntity + NONE + + + + + + + + + + + org.eclipse.persistence.jpa.PersistenceProvider + org.openecomp.policy.common.im.jpa.ImTestEntity + org.openecomp.policy.common.im.jpa.StateManagementEntity + org.openecomp.policy.common.im.jpa.ForwardProgressEntity + org.openecomp.policy.common.im.jpa.ResourceRegistrationEntity + NONE + + + + + -- cgit 1.2.3-korg