From de18be8467912348ea73c7f5557397bab9ba86b3 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 3 Feb 2022 12:01:57 +0000 Subject: Remove direct DB Load/Save from apex-pdp This review is part of a series of reviews to move the apex-pdp state machine model to use the base model types in policy models. Persistence of policies for apex-pdp is now implemented in PAP and API. The historic direct load and save functionality for APEX policy state machine models to and from databases is no longer used and no longer supported. This revmoves the DAO code from apex-pdp and the associated handling and test code. The next review will remove the JPA annotations. Subsequent reviews will mvoe the mdoel across to use the policy models base model types. Issue-ID: POLICY-1820 Change-Id: Iabf034b40a413d32fe62091fe3446f52ec30d3af Signed-off-by: liamfallon --- .../src/test/resources/META-INF/persistence.xml | 70 ---------------------- 1 file changed, 70 deletions(-) delete mode 100644 examples/examples-pcvs/src/test/resources/META-INF/persistence.xml (limited to 'examples/examples-pcvs') diff --git a/examples/examples-pcvs/src/test/resources/META-INF/persistence.xml b/examples/examples-pcvs/src/test/resources/META-INF/persistence.xml deleted file mode 100644 index 632ae0fca..000000000 --- a/examples/examples-pcvs/src/test/resources/META-INF/persistence.xml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - org.eclipse.persistence.jpa.PersistenceProvider - - org.onap.policy.apex.model.basicmodel.dao.converters.CDATAConditioner - org.onap.policy.apex.model.basicmodel.dao.converters.UUID2String - org.onap.policy.apex.model.basicmodel.concepts.AxArtifactKey - org.onap.policy.apex.model.basicmodel.concepts.AxConcept - org.onap.policy.apex.model.basicmodel.concepts.AxKeyInfo - org.onap.policy.apex.model.basicmodel.concepts.AxKeyInformation - org.onap.policy.apex.model.basicmodel.concepts.AxModel - org.onap.policy.apex.model.basicmodel.concepts.TestEntity - org.onap.policy.apex.model.contextmodel.concepts.AxContextSchema - org.onap.policy.apex.model.contextmodel.concepts.AxContextSchemas - org.onap.policy.apex.model.contextmodel.concepts.AxContextAlbum - org.onap.policy.apex.model.contextmodel.concepts.AxContextAlbums - org.onap.policy.apex.model.contextmodel.concepts.AxContextModel - org.onap.policy.apex.model.eventmodel.concepts.AxField - org.onap.policy.apex.model.eventmodel.concepts.AxInputField - org.onap.policy.apex.model.eventmodel.concepts.AxOutputField - org.onap.policy.apex.model.eventmodel.concepts.AxEvent - org.onap.policy.apex.model.eventmodel.concepts.AxEvents - org.onap.policy.apex.model.eventmodel.concepts.AxEventModel - org.onap.policy.apex.model.policymodel.concepts.AxLogic - org.onap.policy.apex.model.policymodel.concepts.AxTaskParameter - org.onap.policy.apex.model.policymodel.concepts.AxTaskLogic - org.onap.policy.apex.model.policymodel.concepts.AxTask - org.onap.policy.apex.model.policymodel.concepts.AxTasks - org.onap.policy.apex.model.policymodel.concepts.AxTaskSelectionLogic - org.onap.policy.apex.model.policymodel.concepts.AxStateFinalizerLogic - org.onap.policy.apex.model.policymodel.concepts.AxStateOutput - org.onap.policy.apex.model.policymodel.concepts.AxStateTaskReference - org.onap.policy.apex.model.policymodel.concepts.AxState - org.onap.policy.apex.model.policymodel.concepts.AxPolicy - org.onap.policy.apex.model.policymodel.concepts.AxPolicies - org.onap.policy.apex.model.policymodel.concepts.AxPolicyModel - - - - - - - - - - - - -- cgit 1.2.3-korg