Re: Camel Exception handled unknown element issue

2024-05-28 Thread Bikash Kaushik
Ok, thanks On Tue, May 28, 2024 at 4:59 PM Claus Ibsen wrote: > Hi > > You cannot use in as that is the point to handle the > exception. > You need to remove it. > > On Tue, May 28, 2024 at 1:09 PM Bikash Kaushik > wrote: > > > Hi Team, > > > > I'm doing camel migration from version 2.15.1 t

Re: Camel Exception handled unknown element issue

2024-05-28 Thread Claus Ibsen
Hi You cannot use in as that is the point to handle the exception. You need to remove it. On Tue, May 28, 2024 at 1:09 PM Bikash Kaushik wrote: > Hi Team, > > I'm doing camel migration from version 2.15.1 to 4.2.0. In older version > there is handle tag in exception block : > > > java.lang.

Camel Exception handled unknown element issue

2024-05-28 Thread Bikash Kaushik
Hi Team, I'm doing camel migration from version 2.15.1 to 4.2.0. In older version there is handle tag in exception block : java.lang.Exception false *But while upgrading it to Camel 4 getting below error :* Caused by: org.apache.camel.xml.io.XmlPullParserLocationException: Unexpected elem