From e79544b8d495cab881f6de3808e6337a2b37e461 Mon Sep 17 00:00:00 2001 From: sebdet Date: Fri, 17 Apr 2020 15:28:06 +0200 Subject: Fix the get status The policy status goes to unknown because the status code returned is not good in some cases (failure with dcae comm) Issue-ID: CLAMP-827 Signed-off-by: sebdet Change-Id: Iae189f62b4c7061949ffd4c842465bf5e379b669 --- .../resources/clds/camel/routes/dcae-flows.xml | 11 +++++++++++ .../resources/clds/camel/routes/policy-flows.xml | 22 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) (limited to 'src/main/resources/clds/camel/routes') diff --git a/src/main/resources/clds/camel/routes/dcae-flows.xml b/src/main/resources/clds/camel/routes/dcae-flows.xml index f40207cc7..e36f28abf 100644 --- a/src/main/resources/clds/camel/routes/dcae-flows.xml +++ b/src/main/resources/clds/camel/routes/dcae-flows.xml @@ -371,6 +371,17 @@ message="Endpoint to query Closed Loop status: ${exchangeProperty[getStatusUrl]}"> + + java.lang.Exception + + true + + + + + + + java.lang.Exception + + true + + + + + + + java.lang.Exception + + true + + + + +