File monitor does not work with spring properties

2014-05-13 Thread Daniel Lorych
Hi, It seems that file monitor functionality fails when using spring properties via BridgePropertyPlaceholderConfigurer. When directory and filename are explicitly configured in the URI file the route works fine - file is being picked up on changes --- route --- When directory and/or filenam

Re: File monitor does not work with spring properties

2014-05-11 Thread Claus Ibsen
Hi This is working as expected. Spring property placeholder is a one time thing. On Thu, May 8, 2014 at 10:07 AM, Daniel Lorych wrote: > Hi, > > It seems that file monitor functionality fails when using spring properties > via BridgePropertyPlaceholderConfigurer. > > When directory and filename