Hi Btw the test failures now in camel-ftp are due to this. You should be able to fix many of them by removing the isUseRouteBuilder = false, to let camel context be started.
I am a bit busy with CAMEL-13557 and when that is done I can help fix these tests On Wed, May 22, 2019 at 10:43 AM Claus Ibsen <[email protected]> wrote: > > Hi > > Just a note that we added a check that sending to endpoints requires > Camel to be running. And as such there were some unit tests that > passed even if camel was stopped, as some endpoints can do its work > anyway. > > So you may see some unit test fails with > > Caused by: java.util.concurrent.RejectedExecutionException: > CamelContext is stopped > > Then it means that those unit tests needs to be updated to work correctly. > > > -- > Claus Ibsen > ----------------- > http://davsclaus.com @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
