Re: aggregator and onCompletion

2013-08-21 Thread peacock.snowdrift
and use template.sendBodyAndHeader() to send it to the endpoint. The JUnit test checks that the result endpoint's successful and failure exchanges are as expected. -- View this message in context: http://camel.465427.n5.nabble.com/aggregator-and-onCompletion-tp5737710p5737714.html Sent from the

Re: aggregator and onCompletion

2013-08-21 Thread Christian Posta
t; The >> isCompleted() method returns the value of the boolean field. >> >> I've written a JUnit test which includes a scenario where the error route >> is >> used. However, the setCompleted() method is never called so the test >> finishes without the aggreg

Re: aggregator and onCompletion

2013-08-21 Thread Christian Posta
lse. This is set to true when setCompleted() is called. The > isCompleted() method returns the value of the boolean field. > > I've written a JUnit test which includes a scenario where the error route > is > used. However, the setCompleted() method is never called so th

aggregator and onCompletion

2013-08-21 Thread peacock.snowdrift
ion completing. Thanks for any assistance. -- View this message in context: http://camel.465427.n5.nabble.com/aggregator-and-onCompletion-tp5737710.html Sent from the Camel - Users mailing list archive at Nabble.com.