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
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
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
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.
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