AW: OnExceptions clauses ignored since Camel 4.8.2

2025-04-13 Thread Billah Farouk (BD/SWD-DOE4)
llbackOnly which is a > feature seldom used. Its also more intended for old school > JTA/JMS/JDBC transactions > > > > On Mon, Apr 7, 2025 at 2:49 PM Billah Farouk (BD/SWD-DOE4) > wrote: > >> Hi, >> >> here I attached a repro case. >> >> When

Re: OnExceptions clauses ignored since Camel 4.8.2

2025-04-07 Thread Billah Farouk (BD/SWD-DOE4)
21.00, Billah Farouk (BD/SWD-DOE4) wrote: > Hi, > > The issue is still present in 4.10.3 and 4.11.0. Is anyone else facing > the same? > > I can provide a repro case if someone wants to take a look at it. > > Regards > Farouk > > -Ursprüngliche Nachricht-

AW: OnExceptions clauses ignored since Camel 4.8.2

2025-04-03 Thread Billah Farouk (BD/SWD-DOE4)
Hi, The issue is still present in 4.10.3 and 4.11.0. Is anyone else facing the same? I can provide a repro case if someone wants to take a look at it. Regards Farouk -Ursprüngliche Nachricht- Von: Billah Farouk (BD/SWD-DOE4) Gesendet: Donnerstag, 27. März 2025 21:11 An: users

OnExceptions clauses ignored since Camel 4.8.2

2025-03-27 Thread Billah Farouk (BD/SWD-DOE4)
Hello, we have noticed a strange behavior beginning from Camel 4.8.2 concerning the Exception Handling: routes, that are created based on a route template, ignore completely the OnException clauses. routeTemplate("onexceptionreprotemplate") .templateParameter("source") .template