JAX-RS in 2.0.4-incubator?

2008-02-17 Thread Tom Davies
Is JAX-RS support in 2.0.4, or only in 2.1? If it is in 2.0.4, which jars do I need (I can't find cxf-rt-frontend-jaxrs) Thanks, Tom -- ATLASSIAN - http://www.atlassian.com Our products help over 8,500 customers in more than 95 countries to collaborate

Re: Returning List via SOAP

2008-02-17 Thread Tom Davies
On 15/02/2008, at 7:19 AM, Daniel Kulp wrote: Any chance you can try with 2.0.4? It sounds like for some reason, the ReviewData is not getting passed into the JAXB context. Not sure why that is.. Actually, what compiler flags are you using? With -o, I'm not sure if the generics is

Returning List via SOAP

2008-02-12 Thread Tom Davies
I'm using CXF 2.0.3. I have an interface with a method like: List getAllReviews(@WebParam(name="token") String token); The WSDL created for this method is: type="tns:getAllReviewsResponse"/> type="xs:anyType"/> and so the generated SOAP client returns List Is there any way

Re: Programmatically publishing a REST endpoint

2007-11-11 Thread Tom Davies
On 08/11/2007, at 7:37 PM, Liu, Jervis wrote: Here you go, a brief document on how to build RESTful services in CXF using JAX-RS (JSR-311): http://cwiki.apache.org/confluence/display/CXF20DOC/JAX-RS+%28JSR-311%29 Hi Jervis, Thanks for the information. One clarification: as I'm using the

Programmatically publishing a REST endpoint

2007-11-07 Thread Tom Davies
Hi, I have a SOAP services working fine, using the servlet transport. The servlet is configured in web.xml, and the end point publishing happens in the init method of the servlet (which is a subclass of CXFServlet: public void init(ServletConfig servletConfig) throws ServletException {

Re: Bus has no BindingFactoryManager extension in AbstractBindingFactory.registerWithBindingManager

2007-11-06 Thread Tom Davies
On 07/11/2007, at 1:18 AM, Willem Jiang wrote: Hi Tom, Can you try your application with the Spring 2.0.6? We did not develop and test CXF with Spring 2.5-rc1. Thanks Willem. In fact I was using 2.1-m4, not 2.5-rc1, my mistake. I have other dependencies on Spring 2.5, so I would like to tr

Bus has no BindingFactoryManager extension in AbstractBindingFactory.registerWithBindingManager

2007-11-05 Thread Tom Davies
I'm using apache-cxf-2.0.3-incubator-20071102.144221-7 (although I see the same problem with 2.0.2) and Spring 2.5-rc1 I have a simple servlet configuration exactly as described here: http://cwiki.apache.org/CXF20DOC/servlet-transport.html and the cxf component of my spring config looks like