Hi
Many things have changed of course when you go from a major version v2 to v3.
Can you put together a very small example application that can run
standalone that can be used to reproduce the issue. And if it can run
outside Spring Boot with just a basic public static void main then its
maybe eve
Hi
Yeah that smells like something is wrong. I assume there was no file
in that folder.
You can create a JIRA
On Sat, Sep 19, 2020 at 11:47 AM CASAUX Nicolas
wrote:
>
> Hello !
>
> I'm trying to use this simple route with Camel 3.4.3 and springboot :
>
>
> from("timer:hello?repeatCount=1&delay=1
Hello !
I'm trying to use this simple route with Camel 3.4.3 and springboot :
from("timer:hello?repeatCount=1&delay=1000").routeId("hello")
.to("log:1")
.pollEnrich("file:d:\\temp?noop=true&fileName=dummy.csv",5000)
.to("log:2");
I run it without the file dummy.csv, to t