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

jvergara
27.37.2007 8684c89c1cdf8f9b2650688f2ac7d3b8ea48ac29
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -1002,6 +1002,8 @@
    String[] args = new String[argList.size()];
    argList.toArray(args);
    getApplicationOutputStream().setNotifyListeners(false);
    getApplicationErrorStream().setNotifyListeners(false);
    try
    {
      int result = helper.invokeImportLDIF(args);
@@ -1018,7 +1020,11 @@
          ApplicationReturnCode.ReturnCode.CONFIGURATION_ERROR,
          getThrowableMsg(INFO_ERROR_CREATING_BASE_ENTRY.get(), t), t);
    }
    finally
    {
      getApplicationOutputStream().setNotifyListeners(true);
      getApplicationErrorStream().setNotifyListeners(true);
    }
    notifyListeners(getFormattedDone());
  }