Thanks for the response.
I am hoping to get this to work from Spring config xml. So my JAXB Context
is configured like this:
<dataFormats>
<jaxb id="myJaxb" prettyPrint="true"
contextPath="com.mycompany.connector.jms"/>
</dataFormats>
I tried specifying both the package and the package and class name. Both get
the error.
I found a different way to achieve unmarshalling, which I am going to post
next, but this is concerning as I should be able to get JAXB to work.
--
View this message in context:
http://camel.465427.n5.nabble.com/JAXB-Unmarshalling-DataFormat-error-suggestions-tp2814620p2817298.html
Sent from the Camel - Users mailing list archive at Nabble.com.