From 93240e26b8bb610e87ba12194f82cfe41fafcabc Mon Sep 17 00:00:00 2001
From: jcambon <jcambon@localhost>
Date: Wed, 18 Jun 2008 08:48:26 +0000
Subject: [PATCH] New top level object in RootConfiguration.xml : "extension", that allows to create a configuration object for an extension, that does not inherit from an existing configuration object.

---
 opends/src/messages/messages/config.properties |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/config.properties b/opends/src/messages/messages/config.properties
index 960e3ef..38acbca 100644
--- a/opends/src/messages/messages/config.properties
+++ b/opends/src/messages/messages/config.properties
@@ -2138,3 +2138,10 @@
 SEVERE_ERR_CONFIG_LOGGING_INSANE_MODE_715=Invalid UNIX file permissions %s \
   does not allow write access to the log file by the log publisher
 SEVERE_ERR_CONFIG_LOGGING_MODE_INVALID_716=Invalid UNIX file permissions %s: %s
+MILD_ERR_CONFIG_EXTENSION_CONFIG_NOT_ACCEPTABLE_717=The configuration for \
+ the extension defined in configuration entry %s was not \
+ acceptable:  %s
+MILD_ERR_CONFIG_EXTENSION_INITIALIZATION_FAILED_718=An error occurred while \
+ trying to initialize an instance of class %s as an extension as \
+ defined in configuration entry %s:  %s
+

--
Gitblit v1.10.0