(RepositoryCreationSynchronizer)getComponentInstanceOfType(RepositoryCreationSynchronizer.class);
// The synchronizer will be used to synchronize all the cluster
// nodes to prevent any concurrent jcr initialization i.e. EXOJCR-887
synchronizer.waitForApproval(wsInitializer.isWorkspaceInitialized());
SystemParametersPersistenceConfigurator sppc =
(SystemParametersPersistenceConfigurator)parent
.getComponentInstanceOfType(SystemParametersPersistenceConfigurator.class);
if (sppc != null)
{