Hi Christain
I was referring the documentation at http://camel.apache.org/jaxb.html
Am i supposed to use
*<marshal>
<jaxb prettyPrint="false" contextPath="org.apache.camel.example"
partClass="org.apache.camel.example.PurchaseOrder"
fragment="true"
partNamespace="{http://example.camel.org/apache}po" />
</marshal> *
and
*
<unmarshal>
<jaxb prettyPrint="false" contextPath="org.apache.camel.example"
partClass="org.apache.camel.example.Partial" />
</unmarshal>*
If so could you guide me what should be entered for contextPath and
partNamespace? I am new to camel.
Reji
--
View this message in context:
http://camel.465427.n5.nabble.com/CXF-to-Apache-ActiveMQ-Queue-io-serializationException-tp5739142p5739198.html
Sent from the Camel - Users mailing list archive at Nabble.com.