Hi Claus, Thanks for your answer. That was not the problem, I found the correct way to do it.
Solution: use the marshal method passing the 'dataTypeRef' match with the
existent on the CdiCamelContext:
from("jms:queue:EP_QUEUE_JOURNAL")
.marshal("jaxb")
.bean(journalEventProcessor);
--
View this message in context:
http://camel.465427.n5.nabble.com/Trying-to-set-JaxbDataFormat-on-CdiCamelContext-tp5733512p5733935.html
Sent from the Camel - Users mailing list archive at Nabble.com.
