From 1649148841be6bc4ac6381d0592dc9ab52438044 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Sun, 02 Sep 2007 13:05:17 +0000
Subject: [PATCH] - [Issue 1481] Ability to set any JE property in config.ldif - [Issue 2031] provide core JE configurable attributes for FileSystemEntryCache - fixes to entry cache config manager for proper configuration, re-configuration, error reporting.

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

diff --git a/opends/src/messages/messages/config.properties b/opends/src/messages/messages/config.properties
index cc0b3ab..ad45acc 100644
--- a/opends/src/messages/messages/config.properties
+++ b/opends/src/messages/messages/config.properties
@@ -698,7 +698,7 @@
 SEVERE_ERR_CONFIG_ENTRYCACHE_CANNOT_GET_CONFIG_ENTRY_201=An unexpected error \
  occurred while attempting to get the "cn=Entry Cache,cn=config" entry, which \
  holds the entry cache configuration:  %s.  No entry cache will be available
-SEVERE_ERR_CONFIG_ENTRYCACHE_NO_CONFIG_ENTRY_202=The entry cache \
+SEVERE_WARN_CONFIG_ENTRYCACHE_NO_CONFIG_ENTRY_202=The entry cache \
  configuration entry "cn=Entry Cache,cn=config" does not exist in the \
  Directory Server configuration.  No entry cache will be available until this \
  entry is created with a valid entry cache configuration
@@ -2148,3 +2148,16 @@
 SEVERE_WARN_CONFIG_FILE_NO_STARTOK_FILE_703=No last known good configuration \
  file %s exists.  The server will attempt to start using the active \
  configuration file %s
+SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_704=An error occurred while \
+ trying to parse and validate Berkeley DB JE property %s:  %s
+SEVERE_ERR_CONFIG_JE_PROPERTY_INVALID_FORM_705=An error occurred while \
+ trying to parse and validate Berkeley DB JE property %s: the property \
+ does not follow a singular property=value form
+SEVERE_ERR_CONFIG_JE_PROPERTY_SHADOWS_CONFIG_706=An error occurred while \
+ trying to parse and validate Berkeley DB JE property %s: the property \
+ shadows configuration attribute %s
+SEVERE_ERR_CONFIG_JE_DUPLICATE_PROPERTY_707=An error occurred while \
+ trying to parse and validate Berkeley DB JE property %s: the property \
+ is already defined for this component
+INFO_CONFIG_JE_PROPERTY_REQUIRES_RESTART_708=Setting Berkeley DB JE property \
+ %s will not take effect until the component for which it is set is restarted

--
Gitblit v1.10.0