Re: CFX to Queue : io.serializationException

2013-09-14 Thread Christian Müller
Please do not post the same question multiple time in different threads (I answered your last question in the other thread). Please spend a bit more time to resolve your issues before posting your questions. Please be more patient. Most of the users like me spend his/her spare time to help others h

Re: CFX to Queue : io.serializationException

2013-09-11 Thread contactreji
Hi Christian Thank you so much. Could you help me with configuring the marshaller. The class is something called DTPowerconsumption which has the schema for the pojo. I see in Camel jaxb component that there are parameters called contextPath and namespaces. What should I enter for those values?

Re: CFX to Queue : io.serializationException

2013-09-11 Thread contactreji
Hi I have tried to marshal the exchange coming from cxf endpoint before putting into the ActiveMQ Queue. It gives d

Re: CFX to Queue : io.serializationException

2013-09-11 Thread contactreji
Hi Christain I was referring the documentation at http://camel.apache.org/jaxb.html Am i supposed to use * http://example.camel.org/apache}po"; /> * and * * If so could you guide me what should be entered for contextPath and partNamespace? I am new

Re: CFX to Queue : io.serializationException

2013-09-11 Thread Christian Müller
Yes, use the camel-jaxb dataformat to marshal your payload into a byte[]/String before sending it to the queue. After dequeuing it, unmarshal it to your Java pojo. Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache