From: sebdet Date: Thu, 8 Oct 2020 13:11:07 +0000 (+0200) Subject: Fix issue with isLegacy() X-Git-Tag: 5.1.3~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=clamp.git;a=commitdiff_plain;h=cd3dec378e3ad194d8708b45e653471b4a73d326 Fix issue with isLegacy() Method has been removed, this must be removed from the policy camel code Issue-ID: CLAMP-948 Signed-off-by: sebdet Change-Id: Ic37db72c2499c2d56c08bd71ed900c0d939aa64b --- diff --git a/src/main/resources/clds/camel/routes/loop-flows.xml b/src/main/resources/clds/camel/routes/loop-flows.xml index 691656d8..d0d55256 100644 --- a/src/main/resources/clds/camel/routes/loop-flows.xml +++ b/src/main/resources/clds/camel/routes/loop-flows.xml @@ -67,19 +67,9 @@ ${body.getPolicyModel().getVersion()} - - - ${body.isLegacy()} == true - - 1 - - - - - 1.0.0 - - - + + 1.0.0 + ${body} diff --git a/src/main/resources/clds/camel/routes/policy-flows.xml b/src/main/resources/clds/camel/routes/policy-flows.xml index f597bdc0..355aba78 100644 --- a/src/main/resources/clds/camel/routes/policy-flows.xml +++ b/src/main/resources/clds/camel/routes/policy-flows.xml @@ -279,19 +279,9 @@ ${exchangeProperty[X-ONAP-PartnerName]} - - - ${exchangeProperty[policy].isLegacy()} == true - - 1 - - - - - 1.0.0 - - - + + 1.0.0 +