Re: java.lang.ClassNotFoundException: org.apache.cxf.message.MessageContentsList

2012-06-07 Thread semecamel
I found that the issue in activemq. My camel app is connecting to external activemq server, and it did not have apache cxf jar in classpath. I added cxf jar in activemq lib directory and it worked. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/java-lang-ClassNotFoundE

Re: java.lang.ClassNotFoundException: org.apache.cxf.message.MessageContentsList

2012-06-06 Thread Christian Müller
Do you have camel-cxf on your classpath? Best, Christian Sent from a mobile device Am 07.06.2012 05:26 schrieb "semecamel" : > I am trying to put an object to jms queue, i am getting this error. > > java.lang.ClassNotFoundException: > org.apache.cxf.message.MessageConte

Re: java.lang.ClassNotFoundException: org.apache.cxf.message.MessageContentsList

2012-06-06 Thread Claus Ibsen
the XML representation of the webservice is used instead. On Wed, Jun 6, 2012 at 6:27 PM, semecamel wrote: > I am trying to put an object to jms queue, i am getting this error. > >  java.lang.ClassNotFoundException: > org.apache.cxf.message.MessageContentsList > > Her

java.lang.ClassNotFoundException: org.apache.cxf.message.MessageContentsList

2012-06-06 Thread semecamel
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