Re: Saga EIP // copying data from the point of failure into compensation flow

2020-09-08 Thread Alex Dettinger
Hi Reji, I've never tested but it remind me about option: https://camel.apache.org/components/latest/eips/saga-eip.html#_using_custom_identifiers_and_options hth, Alex On Tue, Sep 8, 2020 at 9:48 PM Reji Mathews wrote: > Hello community > > I was wondering if there is a way to retain the

Saga EIP // copying data from the point of failure into compensation flow

2020-09-08 Thread Reji Mathews
Hello community I was wondering if there is a way to retain the exchange data from the point of failure in a Saga EIP. Find the following route I have simulated an error right after parsing data from the create-order api. I need to use the same in compensation flow to undo the order creation.

RE: CDI + SJMS + transacted

2020-09-08 Thread Shultz, Dmitry
Zheng, I'm still having problem and it seems to behave differently running on the same TomEE version (7.0.6) but different Camel 3+ versions. To reproduce I corrupted the query (handled by Deltaspike Data Module repository). When it runs (fails) with Camel 3.4.5 it behaves as expected the

Extend CronScheduledRoutePolicy

2020-09-08 Thread Burkard Stephan
Hi I configured a route with CronScheduledRoutePolicy to stop every afternoon at 6pm and start the following morning again at 4am (because a downstream system is not available). Works fine so far. Now, what if my component is deployed at 8pm? The route starts, the cron trigger is already

Re: [ANNOUNCEMENT] Apache Camel 3.5.0 (LTS) with Spring Boot and Karaf Sub-Projects Released

2020-09-08 Thread Andrea Cosentino
For point 2.. the backport on LTS are just for bugs. So it's a patch release branch. It will be supported for one year from the 3.4.0 release, so June 2021. More details: https://camel.apache.org/blog/2020/03/LTS-Release-Schedule/ Il mar 8 set 2020, 14:37 ski n ha scritto: > I do it through

Re: [ANNOUNCEMENT] Apache Camel 3.5.0 (LTS) with Spring Boot and Karaf Sub-Projects Released

2020-09-08 Thread Claus Ibsen
On Tue, Sep 8, 2020 at 2:37 PM ski n wrote: > > I do it through the mailing list as the blog ( > https://camel.apache.org/blog/2020/09/Camel35-Whatsnew/) don't allow > comments. > > 1) What are the use case of the new "LambdaRouteBuilder" when should I use > it and when not? Its detailed in the

Re: [ANNOUNCEMENT] Apache Camel 3.5.0 (LTS) with Spring Boot and Karaf Sub-Projects Released

2020-09-08 Thread Jean-Baptiste Onofre
Hi Raymond, 3. No plan for ServiceMix as ServiceMix is going to move to attic (discussion in progress). Of course, you can use Camel in Karaf (and eventually create your own custom distribution similar to ServiceMix). Regards JB > Le 8 sept. 2020 à 14:36, ski n a écrit : > > I do it through

Re: [ANNOUNCEMENT] Apache Camel 3.5.0 (LTS) with Spring Boot and Karaf Sub-Projects Released

2020-09-08 Thread ski n
I do it through the mailing list as the blog ( https://camel.apache.org/blog/2020/09/Camel35-Whatsnew/) don't allow comments. 1) What are the use case of the new "LambdaRouteBuilder" when should I use it and when not? 2) How long will fixes be backported to LTS 3.4.X. Is that all fixes or a

Re: Usage of and, or - documentation vs api support

2020-09-08 Thread Claus Ibsen
Hi 1) Yeah that doc snippet is outdated, I am removing this. 2) No performance overhead On Tue, Sep 8, 2020 at 12:52 AM Corneliu Chitic wrote: > > Hi, > > I have two questions related to usage of AND & OR: > 1. I found this statement in the Simple's language documentation: >