[jira] [Updated] (CAMEL-13015) camel-spring-boot - load multiple route xml files

2018-12-20 Thread W.Y (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

W.Y updated CAMEL-13015:

Description: 
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 directories , it does not work

camel.springboot.xmlRoutes: 
[file:directory1/route1.xml|file:///directory1/route1.xml] , 
directory2/route2.xml

Could you please implement this feature?

Thanks

  was:
why 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 directories , it does not work

camel.springboot.xmlRoutes: 
[file:directory1/route1.xml|file:///directory1/route1.xml] , 
directory2/route2.xml

Could you please implement this feature?

Thanks


> camel-spring-boot - load multiple route xml files 
> --
>
> Key: CAMEL-13015
> URL: https://issues.apache.org/jira/browse/CAMEL-13015
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-spring-boot
>Reporter: W.Y
>Assignee: Claus Ibsen
>Priority: Minor
> Fix For: 3.0.0, 2.24.0
>
>
> 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 directories , it does not work
> camel.springboot.xmlRoutes: 
> [file:directory1/route1.xml|file:///directory1/route1.xml] , 
> directory2/route2.xml
> Could you please implement this feature?
> Thanks



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (CAMEL-13015) camel-spring-boot - load multiple route xml files

2018-12-20 Thread Claus Ibsen (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-13015:

Summary: camel-spring-boot - load multiple route xml files   (was: load 
multiple route xml files )

> camel-spring-boot - load multiple route xml files 
> --
>
> Key: CAMEL-13015
> URL: https://issues.apache.org/jira/browse/CAMEL-13015
> Project: Camel
>  Issue Type: New Feature
>Reporter: W.Y
>Priority: Major
>
> why 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 directories , it does not work
> camel.springboot.xmlRoutes: 
> [file:directory1/route1.xml|file:///directory1/route1.xml] , 
> directory2/route2.xml
> Could you please implement this feature?
> Thanks



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (CAMEL-13015) camel-spring-boot - load multiple route xml files

2018-12-20 Thread Claus Ibsen (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-13015:

Fix Version/s: 2.24.0
   3.0.0

> camel-spring-boot - load multiple route xml files 
> --
>
> Key: CAMEL-13015
> URL: https://issues.apache.org/jira/browse/CAMEL-13015
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-spring-boot
>Reporter: W.Y
>Priority: Minor
> Fix For: 3.0.0, 2.24.0
>
>
> why 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 directories , it does not work
> camel.springboot.xmlRoutes: 
> [file:directory1/route1.xml|file:///directory1/route1.xml] , 
> directory2/route2.xml
> Could you please implement this feature?
> Thanks



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (CAMEL-13015) camel-spring-boot - load multiple route xml files

2018-12-20 Thread Claus Ibsen (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-13015:

Priority: Minor  (was: Major)

> camel-spring-boot - load multiple route xml files 
> --
>
> Key: CAMEL-13015
> URL: https://issues.apache.org/jira/browse/CAMEL-13015
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-spring-boot
>Reporter: W.Y
>Priority: Minor
>
> why 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 directories , it does not work
> camel.springboot.xmlRoutes: 
> [file:directory1/route1.xml|file:///directory1/route1.xml] , 
> directory2/route2.xml
> Could you please implement this feature?
> Thanks



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (CAMEL-13015) camel-spring-boot - load multiple route xml files

2018-12-20 Thread Claus Ibsen (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-13015:

Component/s: camel-spring-boot

> camel-spring-boot - load multiple route xml files 
> --
>
> Key: CAMEL-13015
> URL: https://issues.apache.org/jira/browse/CAMEL-13015
> Project: Camel
>  Issue Type: New Feature
>  Components: camel-spring-boot
>Reporter: W.Y
>Priority: Major
>
> why 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 directories , it does not work
> camel.springboot.xmlRoutes: 
> [file:directory1/route1.xml|file:///directory1/route1.xml] , 
> directory2/route2.xml
> Could you please implement this feature?
> Thanks



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)