On Aug 13, 2014, at 9:38 PM, [email protected] wrote: > + private static final ScheduledExecutorService executor = > ExecutionPool.getExecutor(DELEGATOR_THREAD_GROUP, "delegator-startup", -1, > true);
I think the above one has been deprecated by one of your previous commits; I guess it should call getScheduledExecutor(...) method instead. Jacopo
