Try to change that line:
jaxb.setContextPath("Customer.class.getPackage().getName")

Like that:
jaxb.setContextPath(Customer.class.getPackage().getName)



--
View this message in context: 
http://camel.465427.n5.nabble.com/Help-Jaxb-tp5733397p5733513.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to