Hi,
I think I have found an error in the Jaxb documentation in the Wiki.
I tried the following config and it did not work:
<camelContext id="camel" xmlns="http://camel.apache.org/schema/spring">
<dataFormats>
<jaxb id="myJaxb" prettyPrint="true" contextPath="org.apache.camel.example"/>
</dataFormats>
Instead te following worked:
<camelContext id="camel" xmlns="http://camel.apache.org/schema/spring">
<jaxb id="myJaxb" prettyPrint="true" contextPath="org.apache.camel.example"/>
Should I correct the wiki or did I do something wrong?
Greetings
Christian
http://camel.apache.org/jaxb.html