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 2021/12/04 09:49:00 UTC

[jira] [Created] (CAMEL-17272) camel-spring-xml - Classic Spring XML add support for external route configuration XML files

Claus Ibsen created CAMEL-17272:
-----------------------------------

             Summary: camel-spring-xml - Classic Spring XML add support for external route configuration XML files
                 Key: CAMEL-17272
                 URL: https://issues.apache.org/jira/browse/CAMEL-17272
             Project: Camel
          Issue Type: New Feature
          Components: camel-spring
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.14.0


When using old classic spring xml files with <camelContext> then its spring that does the xml loading / parsing. And to refer to other xml files, you need to add special support for this.

Then you can have other spring xml files with

<routeConfigurationContext>
  <routeConfiguration>
  <routeConfiguration>
  <routeConfiguration>
</routeConfigurationContext>





--
This message was sent by Atlassian Jira
(v8.20.1#820001)