From 3b25dd8b60d2d8d7f147efefc5425851aec0021e Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Wed, 30 Aug 2017 23:42:35 -0500 Subject: CL dependencies fixes for lab environment runtime This also includes workarounds to the recent oparent dependency introduction that breaks runtime (with the version-check-maven-plugin). manifested by loading control loops and failing to load some classes due to different versions. The issue was that underlying drools libraries use 3.2.5 and oparent has included a had dependency with transitive dependencies for some maven libraries in 3.2.3 and lower version xml parsers. Bottomoline, the classpath at runtime was formed by the union of both, with some libraries being resolved to the oparent one, and others to the drools one. These errors are very obscured to debug. Additional clean up of dependencies versions and order of build was introduced to avoid issues loading dependencies at runtime in a lab environment (non-junit).. Issue-ID: POLICY-162 Change-Id: I019c82e6bed4eab4884cdbf8f6f32472c3a7352f Signed-off-by: Jorge Hernandez --- .../archetype-resources/src/main/resources/__controlLoopName__.drl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controlloop/templates/template.demo.v1.0.0') diff --git a/controlloop/templates/template.demo.v1.0.0/archetype-cl-legacy/src/main/resources/archetype-resources/src/main/resources/__controlLoopName__.drl b/controlloop/templates/template.demo.v1.0.0/archetype-cl-legacy/src/main/resources/archetype-resources/src/main/resources/__controlLoopName__.drl index 1c6244cc3..caf72732b 100644 --- a/controlloop/templates/template.demo.v1.0.0/archetype-cl-legacy/src/main/resources/archetype-resources/src/main/resources/__controlLoopName__.drl +++ b/controlloop/templates/template.demo.v1.0.0/archetype-cl-legacy/src/main/resources/archetype-resources/src/main/resources/__controlLoopName__.drl @@ -84,7 +84,7 @@ import org.onap.policy.drools.system.PolicyEngine; // These parameters are required to build the runtime policy // declare Params - controlLoopName : String + closedLoopControlName : String actor : String aaiURL : String aaiUsername : String -- cgit 1.2.3-korg