sjms batch

2022-04-05 Thread Bing Lu
Hi, just wondering why the sjms-batch component was removed in camel 3.** and when will it be reimplemented? thanks

Re: camel-component-maven-plugin not hooked to the correct maven phase

2022-04-05 Thread Claus Ibsen
Hi Yeah lets add this to the docs https://issues.apache.org/jira/browse/CAMEL-17903 On Tue, Mar 29, 2022 at 11:18 AM Minh Tran wrote: > > This workaround does the job. Thank you Claus. > > On Mon, 28 Mar 2022 at 23:16, Claus Ibsen wrote: > > > It is a plugin to assist when building custom

Re: Doubts on how to use jacksonxml as xmlDataFormat for bindingMode.auto in camel 3.3.0

2022-04-05 Thread Claus Ibsen
Hi You need to set the xmlDataFormat to jacksonXml as the default is jaxb https://camel.apache.org/manual/rest-dsl.html#_camel_rest_dsl_configurations On Tue, Apr 5, 2022 at 7:30 AM Claus Ibsen wrote: > > Hi > > We do not support old camel versions. Try with the latest release or > the LTS

Re: JdbcAggregationRepository is not permanently?

2022-04-05 Thread Claus Ibsen
Hi If you mean that the tables are "cleaned up" then yes that is by design. The tables are storing in-progress aggregations, when they are completed and processed finished then their rows are deleted. On Tue, Apr 5, 2022 at 10:13 AM Reto Peter wrote: > > Hi > > Using the

JdbcAggregationRepository is not permanently?

2022-04-05 Thread Reto Peter
Hi Using the JdbcAggregationRepository I am trying to save the relation between my incoming messages and the aggregate, as a 1-n relation. It is actually the EDI Messages (Single message) into the EDI Interchange (Collection of messages). When I run the route, I see that the entries are