Re: IllegalThreadStateException on cold restart of BatchProcessor

2010-12-07 Thread sembler
fixes everything. Now I just need to upgrade ServiceMix's camel features. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/IllegalThreadStateException-on-cold-restart-of-BatchProcessor-tp3296082p3296384.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: IllegalThreadStateException on cold restart of BatchProcessor

2010-12-07 Thread Claus Ibsen
lipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) > > If my guess is correct the BatchProcessor class is attempting the use the > same instance of a BatchSender that was stopped during the shutdown of the > route instead of creating a new one to act as th

IllegalThreadStateException on cold restart of BatchProcessor

2010-12-07 Thread sembler
of Camel. I'm also aware that newer versions of Camel allow suspend/resume functionality that might not have this problem, but it might be necessary for some use cases to use start/stop instead. -- View this message in context: http://camel.465427.n5.nabble.com/IllegalThreadStateException-o