You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Tomas Turek (Jira)" <ji...@apache.org> on 2023/02/03 11:02:00 UTC

[jira] [Created] (CAMEL-19004) XML IO DSL do not parse route configuration with XML namespace

Tomas Turek created CAMEL-19004:
-----------------------------------

             Summary: XML IO DSL do not parse route configuration with XML namespace
                 Key: CAMEL-19004
                 URL: https://issues.apache.org/jira/browse/CAMEL-19004
             Project: Camel
          Issue Type: Bug
            Reporter: Tomas Turek


XML IO DSL do not load {{routeConfiguration}} if it uses XML namespace like this:

{code}
<routeConfiguration xmlns="http://camel.apache.org/schema/spring">
  <onException>
  <exception>java.lang.Exception</exception>
  <handled><constant>true</constant></handled>
  <log message="XML WARN: ${exception.message}"/>
  </onException>
</routeConfiguration>
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)