throw new EXistException(pde.getMessage(), pde);
}
}
//create the plugin manager
pluginManager = new PluginsManagerImpl(this, broker);
//TODO : from there, rethink the sequence of calls.
// WM: attention: a small change in the sequence of calls can break
// either normal startup or recovery.