Re: load multiple route xml files - ASF JIRA CAMEL-13015

2018-12-20 Thread Claus Ibsen
Hi Its using Spring's org.springframework.core.io.support.ResourcePatternResolver#getResources Which dont support multiple folders. I have logged a ticket so we can split the input on comma and then load I logged a ticket https://issues.apache.org/jira/browse/CAMEL-13019 On Thu, Dec 20, 2018 at

Re: load multiple route xml files - ASF JIRA CAMEL-13015

2018-12-20 Thread Andrea Cosentino
If someone have time to work that it will be picked up. -- Andrea Cosentino  -- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Thursday, December 20, 2018, 10:37:30 AM

load multiple route xml files - ASF JIRA CAMEL-13015

2018-12-20 Thread Wang Yan
load multiple route xml files - ASF JIRA When I use SpringDSL , i want to load two route files For Example route1.xml and route2.xml If I put two files in same directory like below , it is working camel.springboot.xmlRoutes: file :directory/*.xml If I put two files into different directorie