From 2bc0ed8af5351a3995824c6966bd4bc498dff3ab Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 18 Feb 2020 08:53:02 +0000 Subject: [PATCH] Add missing classes to persistence.xml The recent policy-models changes cascade database changes to some new classes. THis change adds these classes to persistence.xml. Issue-ID: POLICY-1402 Change-Id: I4d9953c8423dc6e33f6852744c394c9cfbc21ac6 Signed-off-by: liamfallon --- models-pdp/src/test/resources/META-INF/persistence.xml | 2 ++ models-provider/src/test/resources/META-INF/persistence.xml | 2 ++ models-tosca/src/test/resources/META-INF/persistence.xml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/models-pdp/src/test/resources/META-INF/persistence.xml b/models-pdp/src/test/resources/META-INF/persistence.xml index b1a1795ea..5c7caae2c 100644 --- a/models-pdp/src/test/resources/META-INF/persistence.xml +++ b/models-pdp/src/test/resources/META-INF/persistence.xml @@ -32,6 +32,8 @@ org.onap.policy.models.pdp.persistence.concepts.JpaPdpSubGroup org.onap.policy.models.pdp.persistence.concepts.JpaPdp org.onap.policy.models.pdp.persistence.concepts.JpaPdpStatistics + org.onap.policy.models.tosca.simple.concepts.JpaToscaTrigger + org.onap.policy.models.tosca.simple.concepts.JpaToscaProperty diff --git a/models-provider/src/test/resources/META-INF/persistence.xml b/models-provider/src/test/resources/META-INF/persistence.xml index 77062ce23..d63c415fd 100644 --- a/models-provider/src/test/resources/META-INF/persistence.xml +++ b/models-provider/src/test/resources/META-INF/persistence.xml @@ -34,6 +34,8 @@ org.onap.policy.models.tosca.simple.concepts.JpaToscaPolicyTypes org.onap.policy.models.tosca.simple.concepts.JpaToscaTopologyTemplate org.onap.policy.models.tosca.simple.concepts.JpaToscaServiceTemplate + org.onap.policy.models.tosca.simple.concepts.JpaToscaTrigger + org.onap.policy.models.tosca.simple.concepts.JpaToscaProperty org.onap.policy.models.pdp.persistence.concepts.JpaPdpGroup org.onap.policy.models.pdp.persistence.concepts.JpaPdpSubGroup org.onap.policy.models.pdp.persistence.concepts.JpaPdp diff --git a/models-tosca/src/test/resources/META-INF/persistence.xml b/models-tosca/src/test/resources/META-INF/persistence.xml index d6fba8f8a..de27dd9bc 100644 --- a/models-tosca/src/test/resources/META-INF/persistence.xml +++ b/models-tosca/src/test/resources/META-INF/persistence.xml @@ -34,6 +34,8 @@ org.onap.policy.models.tosca.simple.concepts.JpaToscaPolicyTypes org.onap.policy.models.tosca.simple.concepts.JpaToscaTopologyTemplate org.onap.policy.models.tosca.simple.concepts.JpaToscaServiceTemplate + org.onap.policy.models.tosca.simple.concepts.JpaToscaTrigger + org.onap.policy.models.tosca.simple.concepts.JpaToscaProperty -- 2.16.6