Re: Incorrect behavior of onCompletion for exception and stop

2014-09-02 Thread jorabin
ng following exception follows the onCompleteOnly path and not > > onFailureOnly() path - which I think it should? > > > > > > > > -- > > View this message in context: > > http://camel.465427.n5.nabble.com/Incorrect-behavior-of-onCompletion-for-except

Re: Incorrect behavior of onCompletion for exception and stop

2014-09-01 Thread Claus Ibsen
point made here under b) > that routing following exception follows the onCompleteOnly path and not > onFailureOnly() path - which I think it should? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Incorrect-behavior-of-onCompletion-for-except

Re: Incorrect behavior of onCompletion for exception and stop

2014-08-17 Thread jorabin
ge in context: http://camel.465427.n5.nabble.com/Incorrect-behavior-of-onCompletion-for-exception-and-stop-tp5755272p5755320.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Incorrect behavior of onCompletion for exception and stop

2014-08-16 Thread Claus Ibsen
complete.expectedBodiesReceived("finish", "stop", "except"); > MockEndpoint failed = getMockEndpoint("mock:failed"); > failed.expectedBodiesReceived("faulted"); > template().sendBody("direct:input","finish"

Incorrect behavior of onCompletion for exception and stop

2014-08-15 Thread jorabin
uot;faulted"); template().sendBody("direct:input","finish"); template().sendBody("direct:input","stop"); template().sendBody("direct:input","fault"); template().sendBody("direct:input","except");Thread.sleep(1000); assertMockEndpointsSatisfied();} -- View this message in context: http://camel.465427.n5.nabble.com/Incorrect-behavior-of-onCompletion-for-exception-and-stop-tp5755272.html Sent from the Camel - Users mailing list archive at Nabble.com.