Hi
I have tried to marshal the exchange coming from cxf endpoint before putting
into the ActiveMQ Queue.
<route id="route_1">
<from uri="cxf:bean:PowerConsumptionEndpoint" />
<marshal>
<jaxb prettyPrint="false"
contextPath="org.apache.camel" />
</marshal>
<to uri="activemq:REJI_INboundQ" />
</route>
It gives deployment successful but when data is triggerred, it gives
following exception
java.io.IOException: javax.xml.bind.JAXBException: class
org.apache.cxf.message.MessageContentsList nor any of its super class is
known to this context.
Could you tell me how to modify the configuration so that this error is
resolved
Reji
--
View this message in context:
http://camel.465427.n5.nabble.com/CXF-to-Apache-ActiveMQ-Queue-io-serializationException-tp5739142p5739203.html
Sent from the Camel - Users mailing list archive at Nabble.com.