I've just updated the code to get this property enabled for any unknown HTTP verb...

Sergey
On 21/08/15 13:24, PatrikStas wrote:
Ahh that was it ! At first I had wrong version of this dependency in my maven
and it was failing on something else, then after I noticed I have different
versions of cxf and cxf-rt-transports-http-hc I managed the code similar to
what I originally posted working.

In our project we however don't use this approach of constructing the
requests programatically, we use annotated interfaces, so if someone has
this very same problem as I did - to get all PATCH services working, i wrote
a simple cxf interceptor which in the PRE_LOGIC phase checks whether the
processed Messsage object is of PATCH method, and if so, then call
message.put("use.async.http.conduit", true);  and it works nicely

I am glad tho this thread got so heated up, thank you for all the posts



--
View this message in context: 
http://cxf.547215.n5.nabble.com/PATCH-Method-is-failing-tp5760309p5760339.html
Sent from the cxf-user mailing list archive at Nabble.com.



--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Reply via email to