Re: File filter option using genericFileFilter is not working properly

2020-10-21 Thread Claus Ibsen
Some spring issue that it does not register your bean so Camel cant find it. On Wed, Oct 21, 2020 at 10:31 AM Mikael Andersson Wigander wrote: > > Thanks > > Using the # sign gives me this error > > Caused by: org.apache.camel.NoSuchBeanException: No bean could be found in > the registry for: s

Re: File filter option using genericFileFilter is not working properly

2020-10-21 Thread Mikael Andersson Wigander
Thanks Using the # sign gives me this error Caused by: org.apache.camel.NoSuchBeanException: No bean could be found in the registry for: shuttleReconFileFilter of type: org.apache.camel.component.file.GenericFileFilter What am I missing, really? /M ‐‐‐ Original Message ‐‐‐ On Wedne

Re: Camel documentation question

2020-10-21 Thread Claus Ibsen
Hi Yeah you can use those options if you prefix with destination. As in the CamelDestinationExclusiveConsumerTest unit test. You are welcome to create a JIRA and if you want to add a section in the docs about this. On Tue, Oct 20, 2020 at 3:39 PM Иванов Григорий - wrote: > > > Hell

Re: File filter option using genericFileFilter is not working properly

2020-10-21 Thread Claus Ibsen
Hi No you should use the # syntax. See the FromFtpFilterTest. On Wed, Oct 21, 2020 at 10:00 AM Mikael Andersson Wigander wrote: > > We have a running SFTP route using the &filter option to accept files using a > regular expression. This is working fine in Camel 2.25.0. > > Migrating to Camel 3.

File filter option using genericFileFilter is not working properly

2020-10-21 Thread Mikael Andersson Wigander
We have a running SFTP route using the &filter option to accept files using a regular expression. This is working fine in Camel 2.25.0. Migrating to Camel 3.5.0 it is not working at all. Every file in the directory is downloaded, disregarding the filter option. I can't find any documentation ab