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

pgamba
26.48.2008 1f7dcb1c674c1a22371672053aba10645c07fdb7
opends/src/server/org/opends/server/tasks/SetGenerationIdTask.java
@@ -150,7 +150,15 @@
    debugInfo("setGenerationIdTask is starting on domain%s" +
        domain.getBaseDN());
    domain.resetGenerationId(generationId);
    try
    {
      domain.resetGenerationId(generationId);
    }
    catch(DirectoryException de)
    {
      logError(de.getMessageObject());
      return TaskState.STOPPED_BY_ERROR;
    }
    debugInfo("setGenerationIdTask is ending SUCCESSFULLY");
    return TaskState.COMPLETED_SUCCESSFULLY;