Hi there, I have a web app which exposes a cxf rest service via <jaxrs:server> and two soap endpoints with <cxf:cxfEndpoint>.
The problem is, with camel 2.7.2, everything works okay. When I switch to camel 2.8.0, the <jaxrs:server> endpoint disappears and in the cxf servlet index which shows the available services I can only see the two soap endpoints listed. I read the release notes for camel 2.8.0 and I am adding camel-cxf-transport to my dependencies. Also, here is a diff of the jars which end up in WEB-INF/lib: http://pastie.org/2320248 Thanks in advance for your attention. Mirko