2015-06-24 16:06 GMT+02:00 Jose María Zaragoza <[email protected]>:
> Hello:
>
> I'm using CXF 2.7.8
> When I try to invoke an URL with PATCH verb , I'm getting
>
> "Invalid HTTP method: PATCH"
>
> I've upgraded httpclient to 4.2.1. (httpclient-4.2.1.jar) but it still fails
>
>
> Any ideas ?
> Thanks and regards


OK. Solved

I've got :

1) use cxf-rt-transports-http-hc

2)

<cxf:bus>
<cxf:properties>
<entry key="use.async.http.conduit" value="true"/>
</cxf:properties>
 </cxf:bus>

Question: is this the best place to configure ?


Regards

Reply via email to