Hi,

I need help to understand the unmarshalTypeName property with Camel Json
dataformat.

Sometimes when I pass on the package name where my pojo files (custom & auto
generated) are present to this property than I get a success during
marshalling/unmarshalling.

But than I also face the issue when I get error like
java.lang.ClassNotFoundException: <WHATEVER PACKAGHE NAME I WOULD HAVE
PROVIDED FOR THE PROPERTY> during application startup itself.

I use camel-jackson library & version 2.18

<camel:dataFormats>
  <camel:json id="jack" library="Jackson" prettyPrint="true"
unmarshalTypeName="com.mypackage" />            </camel:dataFormats>

I am not able to identify any reason for the irregularity, hence would be
great if some one can give me a few pointers on how to get this working. 


Regards
Sumit
 



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-json-Dataformat-query-tp5791726.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to