Do you have camel-cxf on your classpath? Best, Christian
Sent from a mobile device Am 07.06.2012 05:26 schrieb "semecamel" <diata.ke...@gmail.com>: > I am trying to put an object to jms queue, i am getting this error. > > java.lang.ClassNotFoundException: > org.apache.cxf.message.MessageContentsList > > Here is my route code: > > String cxfEndpoint = "cxf:/MyOrderService" > + "?serviceClass=integration.camel.ws.MyOrderService"; > > > from(cxfEndpoint).to("jms:queue:myOrderQueue?jmsMessageType=Object").process(new > MyOrderProcessor()); > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/java-lang-ClassNotFoundException-org-apache-cxf-message-MessageContentsList-tp5714086.html > Sent from the Camel - Users mailing list archive at Nabble.com. >