Some context first: 1. I am trying to implement a REST service containing a number of methods using CXFRS 2. The routes will be one part of a bigger war which will be deployed in Tomcat. 3. I am trying to use bindingStyle=SimpleConsumer
The problem is that I find some of the xml configuration examples a little confusing, particularly the references to *org.apache.camel.component.cxf.jaxrs.testbean.CustomerService* For the server, why is this class needed at all, couldn't *org.apache.camel.component.cxf.jaxrs.testbean.CustomerServiceResource* be used instead? The real implementation should be in the Camel routes. Then there are Tomcat, there are an OK example showing how to configure CXF endpoints for JAX-WS for use within Tomcat, but no similar documentation for CXFRS, I just assume that the JAX-WS related information is relevant for CXFRS too. -- View this message in context: http://camel.465427.n5.nabble.com/CXFRS-documentation-tp5752788.html Sent from the Camel - Users mailing list archive at Nabble.com.