Re: AdviceWith in test not followed

2017-08-02 Thread Lukas Winkler
; getMockEndpoint("mock:direct:METARvalidator").expectedMessageCount(1); > input.sendBody("MyMessageBody"); > // Validate our expectations > assertMockEndpointsSatisfied(); > } > > -Ursprüngliche Nachricht- > Von: L

AW: AdviceWith in test not followed

2017-08-02 Thread Burkard Stephan
input.sendBody("MyMessageBody"); // Validate our expectations assertMockEndpointsSatisfied(); } -Ursprüngliche Nachricht- Von: Lukas Winkler [mailto:winklerlu...@gmail.com] Gesendet: Mittwoch, 2. August 2017 11:24 An: users@camel.apache.org Betreff: Re

Re: AdviceWith in test not followed

2017-08-02 Thread Lukas Winkler
> -Ursprüngliche Nachricht- > Von: Lukas Winkler [mailto:winklerlu...@gmail.com] > Gesendet: Mittwoch, 2. August 2017 11:10 > An: users@camel.apache.org > Betreff: AdviceWith in test not followed > > Dear list, > > starting out with Camel and run into a problem when tr

AW: AdviceWith in test not followed

2017-08-02 Thread Burkard Stephan
users@camel.apache.org Betreff: AdviceWith in test not followed Dear list, starting out with Camel and run into a problem when trying to test part of my camel context. Please find the test code as well as a snipped of the 'to test' route in the following gist: https://gist.github.com/ingwinl

AdviceWith in test not followed

2017-08-02 Thread Lukas Winkler
Dear list, starting out with Camel and run into a problem when trying to test part of my camel context. Please find the test code as well as a snipped of the 'to test' route in the following gist: https://gist.github.com/ingwinlu/bb047cc409fb295b8d74b617ae04008c >From the logs that are running I