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 11:06:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17683828#comment-17683828 ] 

Claus Ibsen commented on CAMEL-19004:
-------------------------------------

What camel version do you use

> 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
>            Priority: Major
>
> 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)