Thanks Claus for the answer, i was thinking it's will look like this

from("direct:start").pipeline("bean:checkLuggage",
"mock:testCheckpoint","bean:dataEnricher", "mock:result");

and not 

from("direct:start").to("bean:checkLuggage",
"mock:testCheckpoint","bean:dataEnricher", "mock:result");


Gilles Tagne
-- 
View this message in context: 
http://old.nabble.com/Question-tp27732800p27734304.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to