Re: Performance regression with bean and ognl expressions in Simple language version 3.4.x

2020-09-19 Thread Claus Ibsen
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

Re: pollEnrich and timeout issue

2020-09-19 Thread Claus Ibsen
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

pollEnrich and timeout issue

2020-09-19 Thread CASAUX Nicolas
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