mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ludovicp
25.19.2010 bd33c8d0ad24667483866e700965ae983fc80ba7
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -2654,7 +2654,20 @@
  public void initializeGroupManager()
         throws ConfigException, InitializationException
  {
    groupManager = new GroupManager();
    try
    {
      groupManager = new GroupManager();
    }
    catch (DirectoryException de)
    {
      if (debugEnabled())
      {
        TRACER.debugCaught(DebugLogLevel.ERROR, de);
      }
      throw new InitializationException(de.getMessageObject());
    }
    groupManager.initializeGroupImplementations();
    // The configuration backend has already been registered by this point