Re: CamelBlueprintTestSupport errors out when the blueprint has a custom threadpool

2016-10-25 Thread rw83
I figured it out finally. The way I did was I created a thread pool executor and added it as a service. ThreadPoolBuilder builder = new ThreadPoolBuilder(context); ExecutorService myPool = builder.build("threadPoolExecutor");

CamelBlueprintTestSupport errors out when the blueprint has a custom threadpool

2016-10-18 Thread rw83
Sample of my blueprint is attached here. http://camel.apache.org/schema/blueprint;> Scheduler