Hi all,
I'm having problem with defining xstream marshaling in xml configuration.
     <xstream id="xs" prettyPrint="true"/>
     <route>
       <from uri="activemq:Integration.Status"/>
       <setBody>
         <el>the body</el>
       </setBody>
       <marshal ref="xs" />
       <to uri="mock:Status"/>
     </route>

Caused by: java.lang.NullPointerException
        at 
org.apache.camel.processor.MarshalProcessor.process(MarshalProcessor.java:49)

According to the source code marshall has not assigned data conversion property.
So I understand that I refer xstream incorrectly but I can not find
the right way.

Vadim.


-- 
>From RFC 2631: In ASN.1, EXPLICIT tagging is implicit unless IMPLICIT
is explicitly specified

Reply via email to