Hi everyone,

I organized my project like this:

1. project data-model (bundle) where there are only models
2. project customer-integration (bundle) that depend on data-model.

In customer-integration I defined this route to transform a Map to Ticket:

<route>
 .....
 <to
uri="dozer:transformTickets?mappingFile=classpath:META-INF/dozer/dozer-mapping.xml&amp;targetModel=.....esb.data.model.Ticket"
/>
....
</route>

Cannot find class: ....esb.data.model.Ticket
Message exchange has failed: so breaking out of pipeline for exchange:
Exchange[org.apache.camel.component.file.GenericFileMessage@7cb7985e]
Exception: java.lang.NullPointerException
The body in out is null.

Any idea?

Environment JBossFuse 6.2 - Java 7 - Apache Camel 2.15.1.redhat-620133

Thanks in advance

Best Regards

Michele




--
View this message in context: 
http://camel.465427.n5.nabble.com/Apache-Camel-Dozer-Cannot-find-class-tp5774792.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to