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

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

     [ https://issues.apache.org/jira/browse/CAMEL-19004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-19004.
---------------------------------
    Resolution: Fixed

> 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
>    Affects Versions: 3.18.3
>            Reporter: Tomas Turek
>            Priority: Minor
>             Fix For: 3.18.6, 3.20.3, 3.21.0, 4.0-M2, 4.0
>
>
> 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)