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
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
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,
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
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