Hi Claus,
thanks for good hint. I changed dependencies:
org.apache.camel
camel-cxf
${camel.version}
org.apache.cxf
cxf-rt-transports-http
${cxf.version}
and I got new exception:
Caused by: java.io.IOException: Cannot find any registered
HttpDestinationFactory from t
Hi
If you run the app in Tomcat, then you should use the CXF servlet transport
cxf-rt-transports-http-servlet
And NOT the jetty
cxf-rt-transports-http-jetty
You can find more details about the CXF servlet transport at the CXF web site.
On Sat, May 11, 2013 at 12:49 AM, martin11 wrot