This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push: new 4fe0f7d CAMEL-16757: Update example 4fe0f7d is described below commit 4fe0f7da6436449f55eb03b8ebdb0fd1b277f059 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Aug 4 13:08:16 2021 +0200 CAMEL-16757: Update example --- .../routes-configuration/src/main/resources/myroutes/my-xml-route.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/routes-configuration/src/main/resources/myroutes/my-xml-route.xml b/examples/routes-configuration/src/main/resources/myroutes/my-xml-route.xml index a098857..9d8e190 100644 --- a/examples/routes-configuration/src/main/resources/myroutes/my-xml-route.xml +++ b/examples/routes-configuration/src/main/resources/myroutes/my-xml-route.xml @@ -23,8 +23,8 @@ you can use <routes> as root tag, such as <routes><route>...</route><route>...</route></routes> --> -<!-- refer to the route configuration by the id to use for this route --> -<route routeConfigurationId="xmlError"> +<!-- refer to the route configuration by the id (wildcard) to use for this route --> +<route routeConfigurationId="xml*"> <from uri="timer:xml?period=5s"/> <log message="I am XML"/> <throwException exceptionType="java.lang.Exception" message="Some kind of XML error"/>