You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (JIRA)" <ji...@apache.org> on 2017/09/06 12:28:00 UTC

[jira] [Created] (CAMEL-11752) camel-spring-boot : improve handling classic spring xml with spring-boot

Luca Burgazzoli created CAMEL-11752:
---------------------------------------

             Summary: camel-spring-boot : improve handling classic spring xml with spring-boot  
                 Key: CAMEL-11752
                 URL: https://issues.apache.org/jira/browse/CAMEL-11752
             Project: Camel
          Issue Type: Improvement
          Components: camel-spring, camel-spring-boot
            Reporter: Luca Burgazzoli
             Fix For: 2.20.0


Within a spring-boot based application it is possible to load spring xml based camel context but that's may cause issues as spring boot won't create and configure a camel context but it will be created by the camel-spring based on the xml file so any context configuration one may expect to tweak via spring-boot properties won't be taken into account.


An example can be found here: https://github.com/lburgazzoli/camel-spring-xml were as example, the set the camel context name with the property camel.springboot.name does not work but the camel context will be named according to the spring-xml file.
 





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)