From 18d8dd990ea2072267b32e3200c3291fdd53576a Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 23 Apr 2007 13:38:48 +0000
Subject: [PATCH] This integrates the multi-master synchronization with the new admin framework (issue 1477) and makes possible to dynamically add or remove changelog server and synchronization domains in a running server (issue 639).

---
 opendj-sdk/opends/src/server/org/opends/server/synchronization/common/LogMessages.java |   18 +-----------------
 1 files changed, 1 insertions(+), 17 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/synchronization/common/LogMessages.java b/opendj-sdk/opends/src/server/org/opends/server/synchronization/common/LogMessages.java
index d2fc088..da1e49f 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/synchronization/common/LogMessages.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/synchronization/common/LogMessages.java
@@ -48,18 +48,6 @@
        CATEGORY_MASK_SYNC | SEVERITY_MASK_MILD_ERROR | 1;
 
   /**
-   * Need at least one Changelog Server.
-   */
-  public static final int MSGID_NEED_CHANGELOG_SERVER =
-    CATEGORY_MASK_SYNC | SEVERITY_MASK_MILD_ERROR | 2;
-
-  /**
-   * Need to have a server ID.
-   */
-  public static final int MSGID_NEED_SERVER_ID =
-    CATEGORY_MASK_SYNC | SEVERITY_MASK_MILD_ERROR | 3;
-
-  /**
    * Invalid Changelog Server.
    */
   public static final int MSGID_INVALID_CHANGELOG_SERVER =
@@ -380,11 +368,7 @@
   public static void registerMessages()
   {
     MessageHandler.registerMessage(MSGID_SYNC_INVALID_DN,
-       "The Synchronization configuration DN is invalid");
-    MessageHandler.registerMessage(MSGID_NEED_CHANGELOG_SERVER,
-        "At least one changelog server must be declared");
-    MessageHandler.registerMessage(MSGID_NEED_SERVER_ID,
-        "The Server Id must be defined");
+       "The configured DN is already used by another domain.");
     MessageHandler.registerMessage(MSGID_INVALID_CHANGELOG_SERVER,
         "Invalid changelog server configuration");
     MessageHandler.registerMessage(MSGID_UNKNOWN_HOSTNAME,

--
Gitblit v1.10.0