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

jvergara
27.03.2009 2915ba5b5344f8418a218e2c402912e6dbc46073
opends/src/guitools/org/opends/guitools/controlpanel/util/ConfigFromFile.java
@@ -109,7 +109,7 @@
    try
    {
      DirectoryServer.getInstance().initializeConfiguration();
      // Get the Directory Server configuration handler and use it.ad
      // Get the Directory Server configuration handler and use it.
      RootCfg root =
        ServerManagementContext.getInstance().getRootConfiguration();
      try
@@ -341,13 +341,16 @@
        ex.add(oe);
      }
      try
      if (mustReadSchema())
      {
        readSchema();
      }
      catch (OpenDsException oe)
      {
        ex.add(oe);
        try
        {
          readSchema();
        }
        catch (OpenDsException oe)
        {
          ex.add(oe);
        }
      }
    }
    catch (OpenDsException oe)