return;
}
__log.debug("BPEL SERVER starting.");
// Eventually running some migrations before starting
new MigrationHandler(_contexts).migrate(_registeredProcesses);
_state = State.RUNNING;
__log.info(__msgs.msgServerStarted());
if (_dehydrationPolicy != null) {
Thread thread = new Thread(new ProcessDefReaper(), "Dehydrator");