RE: HELP - org.glassfish.jersey.internal.RuntimeDelegateImpl not found by javax.ws.rs

2015-07-07 Thread Pratt, Jason
Nope, I installed version 2.5.0 of org.apache.servicemix.specs/org.apache.servicemix.specs.jsr339-api-2.0 Still receiving the same error -Original Message- From: Pratt, Jason [mailto:jason.pr...@windriver.com] Sent: Tuesday, July 07, 2015 2:03 PM To: users@cxf.apache.org Subject: RE: HEL

RE: HELP - org.glassfish.jersey.internal.RuntimeDelegateImpl not found by javax.ws.rs

2015-07-07 Thread Pratt, Jason
No I did not know that was required for restful calls in CXF. I will try installing that now -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Tuesday, July 07, 2015 1:49 PM To: users@cxf.apache.org Subject: Re: HELP - org.glassfish.jersey.internal.RuntimeDele

Re: HELP - org.glassfish.jersey.internal.RuntimeDelegateImpl not found by javax.ws.rs

2015-07-07 Thread Sergey Beryozkin
Is org.apache.servicemix.specs/org.apache.servicemix.specs.jsr339-api-2.0 installed ? I was running a demo with CXF 3.1.1 few days back in Karaf, no problems. I'll get JAXRSOutInterceptor updated anyway to avoid RuntimeDelegate to avoid some strange errors like this one (may be some ordering i

HELP - org.glassfish.jersey.internal.RuntimeDelegateImpl not found by javax.ws.rs

2015-07-07 Thread Pratt, Jason
CXF-3.1.1 KARAF-3.0.4 JDK 1.7 I just started seeing this WARN message in my log, it is happening during a RESTful call. The call passes back a json document, it was working fine but now I am getting a 500 response. Any advice would be great! 2015-07-07 12:39:37,869 | WARN | tp1522718697-168 |

NPE in HttpServiceManager

2015-07-07 Thread Fabiano C. de Oliveira
Hi all, I would like of your help. Im using CXF DOSGi in my project but I found a problem. This problem is not in CXF but I think that some changes in CXF DOSGi could help me. Im using Spring DM to manage dependencies. I only register a service when org.osgi.service.http.HttpService is satisfied