Re: Strugging getting JAX-RS annotations working with CXF

2009-06-08 Thread Sergey Beryozkin
Hi Neale, Can you clarify few things for me please. I have a service which happily runs with Jersey, but I'm struggling with getting it up and running under CXF. I'm baffled as to what I'm doing wrong... The service starts as follows: @Path(/themes) public class Service {

Re: Strugging getting JAX-RS annotations working with CXF

2009-06-04 Thread Daniel Kulp
In the second case, you would need to add the cxf-rt-transport-http-jetty jar to the classpath. If you aren't using a servlet, you need some sort of http server which the jetty implementation provides. In the first case, I think the URL is probably wrong, but not really sure. What is

Re: Strugging getting JAX-RS annotations working with CXF

2009-06-04 Thread Neale Upstone
Thanks. The http-jetty jar dependency certainly solved the second one. I'll look further at the first when I get back to the office tomorrow. Cheers, Neale On 04/06/2009 16:08, Daniel Kulp wrote: In the second case, you would need to add the cxf-rt-transport-http-jetty jar to the

RE: Strugging getting JAX-RS annotations working with CXF

2009-06-04 Thread Sergey Beryozkin
Cc: Neale Upstone Subject: Re: Strugging getting JAX-RS annotations working with CXF In the second case, you would need to add the cxf-rt-transport-http-jetty jar to the classpath. If you aren't using a servlet, you need some sort of http server which the jetty implementation provides

Strugging getting JAX-RS annotations working with CXF

2009-06-03 Thread Neale Upstone
Hi, Progress sounds really great on the blog, but I'm struggling with getting the basics up and running with CXF 2.2.2. I have a service which happily runs with Jersey, but I'm struggling with getting it up and running under CXF. I'm baffled as to what I'm doing wrong... The service

Re: Strugging getting JAX-RS annotations working with CXF

2009-06-03 Thread Gabo Manuel
Hi Neale, This might be similar to this case: http://www.nabble.com/After-updating-to-2.1.4:-No-DestinationFactory-was-found-for-the-namespace-http:--schemas.xmlsoap.org-soap-http-td21952242.html or this: