Re: Using split() in a transacted sub route (camel-3.13.0) bloks the route

2022-03-02 Thread Zheng Feng
Hi Erik, This is a known issue https://issues.apache.org/jira/browse/CAMEL-17474 and it will be fixed in the coming release of 3.14.2 and 3.16.0. On Thu, Mar 3, 2022 at 7:20 AM Erik Svendsen wrote: > I have encountered the following issue when I updated from camel-3.12.0 to > camel-3.13.0 (and

Using split() in a transacted sub route (camel-3.13.0) bloks the route

2022-03-02 Thread Erik Svendsen
I have encountered the following issue when I updated from camel-3.12.0 to camel-3.13.0 (and all newer releases) If a transactional route calls another route using "direct:" and this route contains a split(), the route never completes. The last log in "route2" is never written, and the context n