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 12:48:00 UTC

[jira] [Created] (CAMEL-19006) XML IO DSL do not load templatedRoutes without XML namespace

Tomas Turek created CAMEL-19006:
-----------------------------------

             Summary: XML IO DSL do not load templatedRoutes without XML namespace
                 Key: CAMEL-19006
                 URL: https://issues.apache.org/jira/browse/CAMEL-19006
             Project: Camel
          Issue Type: Bug
    Affects Versions: 2.18.3
            Reporter: Tomas Turek


XML IO DSL do not load templatedRoutes without XML namespace like this:
{code}
<templatedRoutes>
    <templatedRoute routeTemplateRef="myTemplate" routeId="my-route">
        <parameter name="foo" value="fooVal"/>
        <parameter name="bar" value="barVal"/>
    </templatedRoute>
</templatedRoutes>
{code}




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