[
https://issues.apache.org/jira/browse/CAMEL-19004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-19004:
--------------------------------
Fix Version/s: 3.18.6
3.20.3
3.21.0
4.0-M2
4.0
> 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: Major
> 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)