@camel.apache.org
Subject: Re: Camel Live Reload of XML routes when using routeContextRef's
Hi
I suggest you take a look at the existing code and see if anything needs to be
changed/improve to make it work for you. Then you can provide a patch as github
PR and log a JIRA. Then we can get this in the
certified
> Tel: +32-3-326.50.75
>
> -Original Message-
> From: Claus Ibsen [mailto:claus.ib...@gmail.com]
> Sent: vrijdag 12 mei 2017 15:44
> To: users@camel.apache.org
> Subject: Re: Camel Live Reload of XML routes when using routeContextRef's
>
> You can turn
Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: vrijdag 12 mei 2017 15:44
To: users@camel.apache.org
Subject: Re: Camel Live Reload of XML routes when using routeContextRef's
You can turn on DEBUG logging on
org.apache.camel.impl.FileWatcherReloadStrategy and see what it logs
It should be ch
You can turn on DEBUG logging on
org.apache.camel.impl.FileWatcherReloadStrategy and see what it logs
It should be checking for and as the root tags
which is what it attempts to reload.
On Fri, May 12, 2017 at 2:43 PM, Ronny Aerts wrote:
> Hello camel community,
>
> I saw in the camel 2.19.
Hello camel community,
I saw in the camel 2.19.0 release notes that xml routes could be reloaded
automatically which woke my interest (since we only use xml routes and no java
at all). I tried it by specifying the fileWatcherDirectory in my pom.xml (in
the camel-maven-plugin configuration) and