From 3f1ed4284d2b06b0bc85659c2017e40989b232db Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Mon, 04 Apr 2016 13:38:33 +0000
Subject: [PATCH] Add/Update ConfigurationBackend and ConfigurationHandler classes.

---
 opendj-server-legacy/src/messages/org/opends/messages/config.properties |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/config.properties b/opendj-server-legacy/src/messages/org/opends/messages/config.properties
index d009c32..2df734f 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/config.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/config.properties
@@ -363,6 +363,8 @@
 ERR_CONFIG_SASL_INITIALIZATION_FAILED_277=An error occurred while trying \
  to initialize an instance of class %s as a SASL mechanism handler as defined \
  in configuration entry %s: %s
+ERR_CONFIG_FILE_DELETE_NO_PARENT_DN_278=Entry %s cannot be removed from the \
+ Directory Server configuration because that DN does not have a parent
 ERR_CONFIG_FILE_ADD_ALREADY_EXISTS_280=Entry %s cannot be added to the \
  Directory Server configuration because another configuration entry already \
  exists with that DN
@@ -384,7 +386,7 @@
 ERR_CONFIG_FILE_DELETE_NO_PARENT_287=Entry %s cannot be removed from the \
  Directory Server configuration because the entry does not have a parent and \
  removing the configuration root entry is not allowed
-ERR_CONFIG_FILE_DELETE_REJECTED_288=Entry %s cannot be removed from the \
+ERR_CONFIG_FILE_DELETE_REJECTED_BY_LISTENER_288=Entry %s cannot be removed from the \
  Directory Server configuration because one of the delete listeners registered \
  with the parent entry %s rejected this change with the message: %s
 ERR_CONFIG_FILE_DELETE_FAILED_289=An unexpected error occurred while \
@@ -394,6 +396,8 @@
 ERR_CONFIG_FILE_MODIFY_REJECTED_BY_CHANGE_LISTENER_291=Entry %s cannot \
  be modified because one of the configuration change listeners registered for \
  that entry rejected the change: %s
+ERR_CONFIG_FILE_MODIFY_FAILED_292=An unexpected error occurred while \
+ attempting to modify configuration entry %s as a child of entry %s: %s
 ERR_CONFIG_FILE_SEARCH_NO_SUCH_BASE_293=The search operation cannot be \
  processed because base entry %s does not exist
 ERR_CONFIG_FILE_SEARCH_INVALID_SCOPE_294=The search operation cannot be \

--
Gitblit v1.10.0