Which version of Camel are you using? Did you deploy the camel application in OSGi platform?
Can you try to add below lines into your config ? It which will let CXF load the module explicitly. <import resource="classpath:META-INF/cxf/cxf.xml"/> <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" /> <import resource="classpath:META-INF/cxf/cxf-extension-http-jetty.xml" /> Willem ---------------------------------- Open Source Integration: http://www.fusesource.com Blog: http://willemjiang.blogspot.com (English) http://jnn.javaeye.com (Chinese) Twitter: http://twitter.com/willemjiang -- View this message in context: http://camel.465427.n5.nabble.com/Camel-REST-tp3213086p3215823.html Sent from the Camel - Users mailing list archive at Nabble.com.
