Re: Simple Language

2023-06-03 Thread Claus Ibsen
What camel version do you use, and what do you have as input and get as output On Thu, May 25, 2023 at 8:23 AM Michael Rambichler wrote: > Hi all, > > I am struggling with a simple "Simple" Language OGNL use: > > I would like to replace a String with a regex via simple > Please see the following

Re: 3.20.4 Bug(?): Route's ErrorHandler not working if exception happens on Kamelet

2023-06-03 Thread Claus Ibsen
Hi Yes its a good idea to make kamelets like a "black box" and they should not have any error handling (noErrorHandler), then they are like calling a component. We can add an option to the kamelet component that can turn on old behaviour for users that somehow want the old way (just in case). htt