[
https://issues.apache.org/jira/browse/CAMEL-19004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683831#comment-17683831
]
Tomas Turek commented on CAMEL-19004:
-------------------------------------
Hi I am using 3.18.3 version.
> 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)