Thank you Christian and Claus . You replies fixed it. 
    I was indeed using 'org.apache.camel.model.dataformat.JaxbDataFormat'
and not the 
'org.apache.camel.converter.jaxb.JaxbDataFormat' . 

  First I put the jaxb.index file in classpath and it worked.  After
changing to JAxbDataFormat instance to coverter.jaxb.Jaxbdataformat, it
works without the jaxb.index file. 

regards


Christian Mueller wrote:
> 
> Hey,
> 
> it looks like, you use the
> 'org.apache.camel.model.dataformat.JaxbDataFormat' and not the
> 'org.apache.camel.converter.jaxb.JaxbDataFormat' from camel-jaxb...
> 
> Cheers,
> Christian
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Camel-2.3.0-%2C--JAXB-component-marshalling-tp28843845p28855579.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to