Just another comment for it, current camel-cxf producer is work in the
async module, and the HttpURLConnection will reuses the cached the
connection in 5000ms, which means you will hit such error in a heave
load situation.
You can use the synchronous=true to force CXF client to work synchronou
Does your Client 11 and Client 8 using the same address to send the
request ?
CXF is using the HttpURLConnection of sun, which is try to reuse the
connection by default.
I had some headache last week to deal with it. You can try to pass the
-Dhttp.keepAlive=false to the VM to avoid the HttpU
Hi Another update on this,
after taking a closer look on the system I fear I have the following issue:
Client calling on Server a is waiting for a response while Client 11 is
starting a new Call on Server k which rests the client waiting for response
of server a.
To me it seems possible that the
Hi all,
Using Camel 2.8.1 with CXF 2.4.0
I have a strange behaviour/issue with consuming Webservices with a cxf
client.
My Route has a configured CXF Endpoint
http://tempuri.org/";
xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays";
xmlns:i="http://www.w3.org/2001/XMLSchema-ins