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

neil_a_wilson
26.58.2007 44068b4ebd1bed4ec68422929bba156b5e0cdee3
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -738,10 +738,6 @@
    pluginConfigManager = new PluginConfigManager();
    // Make sure that administration framework definition classes are loaded.
    ClassLoaderProvider.getInstance().enable();
    // If we have gotten here, then the configuration should be properly
    // bootstrapped.
    synchronized (directoryServer)
@@ -810,6 +806,14 @@
    this.configFile  = configFile;
    // Make sure that administration framework definition classes are loaded.
    ClassLoaderProvider provider = ClassLoaderProvider.getInstance();
    if (! provider.isEnabled())
    {
      provider.enable();
    }
    // Load and instantiate the configuration handler class.
    Class handlerClass;
    try