diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-05-08 15:36:55 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-05-08 15:36:55 +0200 |
commit | b328b37f8e6b27cc4eed183bb0096d6603517e20 (patch) | |
tree | 01d4e42e6e0a0a3524f4d36ee7f694a084dd2dea /src/main/resources/clds/camel/routes | |
parent | b0f7e5bf406a393abc6cfb9fc6cf1003b6e6ef10 (diff) |
Fix flows and error catching
Fix flows, remove getLoop at the end and add better error catching in
camel flows
Issue-ID: CLAMP-369
Change-Id: I473d63d9189daf69e1e4e6d025f06ac586a9f2ab
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/main/resources/clds/camel/routes')
-rw-r--r-- | src/main/resources/clds/camel/routes/flexible-flow.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/resources/clds/camel/routes/flexible-flow.xml b/src/main/resources/clds/camel/routes/flexible-flow.xml index 5f8577720..43b231e4a 100644 --- a/src/main/resources/clds/camel/routes/flexible-flow.xml +++ b/src/main/resources/clds/camel/routes/flexible-flow.xml @@ -497,11 +497,6 @@ message="Deploy the closed loop: ${exchangeProperty[loopObject].getName()}" /> <to uri="bean:org.onap.clamp.flow.log.FlowLogOperation?method=invokeLog('DCAE', 'Deploy closed loop')" /> - <simple>${exchangeProperty[loopObject].getOperationalPolicies()} - </simple> - <setProperty propertyName="operationalPolicy"> - <simple>${body}</simple> - </setProperty> <setBody> <method ref="org.onap.clamp.loop.LoopOperation" method="getDeployPayload(${exchangeProperty[loopObject]})" /> |