Re: PATCH Method is failing

2015-08-21 Thread Sergey Beryozkin
if this would work, I find it a bit hacky. Why is PATCH not supported, if it's been added to CXF ? I have other services working properly, the only service which are throwing this exception are the ones annotated with @PATCH. What is the problem ? Thanks a lot in advance for any tips ! Patr

Re: PATCH Method is failing

2015-08-21 Thread Sergey Beryozkin
ou 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/

Re: PATCH Method is failing

2015-08-21 Thread PatrikStas
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 Se

Re: PATCH Method is failing

2015-08-21 Thread Sergey Beryozkin
to include cxf-rt-transports-http-hc org.apache.cxf cxf-rt-transports-http-hc ${cxf.version} Moreover even if this would work, I find it a bit hacky. Why is PATCH not supported, if it's been added to CXF ? I have other services working properly, the only service which are throwing this excep

Re: PATCH Method is failing

2015-08-21 Thread Sergey Beryozkin
t-transports-http-hc ${cxf.version} Moreover even if this would work, I find it a bit hacky. Why is PATCH not supported, if it's been added to CXF ? I have other services working properly, the only service which are throwing this exception are the ones annotated with @PATCH. What is the pro

Re: PATCH Method is failing

2015-08-21 Thread Sergey Beryozkin
that you need to include cxf-rt-transports-http-hc org.apache.cxf cxf-rt-transports-http-hc ${cxf.version} Moreover even if this would work, I find it a bit hacky. Why is PATCH not supported, if it's been added to CXF ? I have other services working properly, the only service which

Re: PATCH Method is failing

2015-08-20 Thread Daniel Kulp
gt;> I think that you need to include cxf-rt-transports-http-hc >> >> >> org.apache.cxf >> cxf-rt-transports-http-hc >> ${cxf.version} >> >> >> >>> Moreover even if this would work, I find it a bit hacky. Why is PATCH not >>

Re: PATCH Method is failing

2015-08-20 Thread Sergey Beryozkin
re the ones annotated with @PATCH. What is the problem ? Thanks a lot in advance for any tips ! Patrik -- View this message in context: http://cxf.547215.n5.nabble.com/PATCH-Method-is-failing-tp5760309.html Sent from the cxf-user mailing list archive at Nabble.com. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/

Re: PATCH Method is failing

2015-08-20 Thread Sergey Beryozkin
t-transports-http-hc ${cxf.version} Moreover even if this would work, I find it a bit hacky. Why is PATCH not supported, if it's been added to CXF ? I have other services working properly, the only service which are throwing this exception are the ones annotated with @PATCH. What is the p

Re: PATCH Method is failing

2015-08-20 Thread Jose MarĂ­a Zaragoza
rt-transports-http-hc org.apache.cxf cxf-rt-transports-http-hc ${cxf.version} > Moreover even if this would work, I find it a bit hacky. Why is PATCH not > supported, if it's been added to CXF ? > > I have other services working properly, the only service which are throwing > th

PATCH Method is failing

2015-08-20 Thread PatrikStas
ke this, it's still failing. Moreover even if this would work, I find it a bit hacky. Why is PATCH not supported, if it's been added to CXF ? I have other services working properly, the only service which are throwing this exception are the ones annotated with @PATCH. What is the pr