You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having issues with configuring onException for a route and thought I should first ask here, before opening an issue.
I created a simple route configuration with onException clause, but the resulting YAML fails with the following exception during the deployment:
Node should have only have 1 key, was: 3 keys: [exception,id,redeliveryPolicy] (Maybe this is an indent problem in the YAML source).
in file:exensio-s3-loader.camel.yaml, line 3, column 9:
- exception:
^
I didn't edit the YAML manually and the complete integration was created using the designer UI. This segment in the YAML was created as follows:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
I'm having issues with configuring onException for a route and thought I should first ask here, before opening an issue.
I created a simple route configuration with onException clause, but the resulting YAML fails with the following exception during the deployment:
I didn't edit the YAML manually and the complete integration was created using the designer UI. This segment in the YAML was created as follows:
I looked at the Camel YAML DSL specification and to me everything looks correct.
Any suggestions would be more than welcome.
Beta Was this translation helpful? Give feedback.
All reactions