Re: interceptSendToEndpoint broken when setting address of CxfEndpoint

2023-06-13 Thread Claus Ibsen
Hi camel-cxf is a very old component. Yeah its not a good idea what it does, and not sure if its really necessary. You can try with git blame and see if you can find out some JIRA tickets or some reason behind. On Tue, Jun 13, 2023 at 12:08 PM Speckels, Bert wrote: > Hello everyone. > > We have

Re: 3.20.4 Bug(?): Route's ErrorHandler not working if exception happens on Kamelet

2023-06-13 Thread Claus Ibsen
Hi Okay so your use-cases will then work out of the box in 3.20.6 onwards. On Tue, Jun 13, 2023 at 2:59 PM Claus Ibsen wrote: > Hi > > I tracked down what I consider a little bug > https://issues.apache.org/jira/browse/CAMEL-19443 > > With the bug fix then this use-case from Mikael works on 3.2

Re: HttpMessage.getBody(Map.class) stopped working when migrated from Camel 2 to 3.20.4

2023-06-13 Thread Chirag
Hi Fyodor, I ran it in IntelliJ thru 3.20.4 after submitting page - i got json: null, and string:login=usrename&password=password ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Jun 12, 2023 at 7:35 AM Fyodor Kravchenko wrote: > > Hello people,

Re: 3.20.4 Bug(?): Route's ErrorHandler not working if exception happens on Kamelet

2023-06-13 Thread Claus Ibsen
Hi I tracked down what I consider a little bug https://issues.apache.org/jira/browse/CAMEL-19443 With the bug fix then this use-case from Mikael works on 3.20.x as well. The other ticket CAMEL-19411 to regard kameelts as "black box" still stands. However this is maybe a different concept that re

interceptSendToEndpoint broken when setting address of CxfEndpoint

2023-06-13 Thread Speckels, Bert
Hello everyone. We have currently a problem with intercepting our cxf endpoint (sending): interceptSendToEndpoint("cxf*")         .to("bean:mockSoapSendingInterceptor?method=mock"); --- But I found the reason why intercepting does not work. We use java code to configure our CxfEndpoint: CxfEn