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

Jean-Noël Rouvignac
15.07.2016 0d1119f92ba0455deeeaf7f92d4905f77a18da53
opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/Upgrade.java
@@ -771,7 +771,14 @@
      context.notify(INFO_UPGRADE_PERFORMING_TASKS.get(), TITLE_CALLBACK);
      for (final UpgradeTask task : tasks)
      {
        task.perform(context);
        try
        {
          task.perform(context);
        }
        catch (ClientException e)
        {
          handleClientException(context, e);
        }
      }
      if (UpgradeTasks.countErrors == 0)