On Wed, Dec 5, 2018 at 2:23 PM Wang Yan wrote:
>
> it seems only support keyword classpath but not file
>
> camel.springboot.xmlRoutes: classpath:camel/*.xml
>
Maybe it does, you are welcome to dive into the source code and take a
look at it.
And also to log a JIRA ticket to ask for file: suppo
Hi
Maybe try separating mutliple paths with comma and only have 1 key
On Wed, Dec 5, 2018 at 11:11 AM Wang Yan wrote:
>
> it does not work got exception as below
>
> #camel xmlroute scan
> camel.springboot.xmlRoutes: on
> camel.springboot.xmlRoutes: file:camel/*.xml
>
>
> Caused by: java.lang.Ill
Hi wang,
Yes we can give file paths for picking up routes during startup too.
camel.springboot.xmlRoutes = on
camel.springboot.xmlRoutes = file://x/xxx/*.xml
I tested in my local and its working.
Regards,
Vineet
On 20/11/18, 3:24 PM, "Wang Yan" wrote:
using springdsl instead