From 403b6a83e7d68de2b5159c3421b8d91d704566bb Mon Sep 17 00:00:00 2001
From: jdemendi <jdemendi@localhost>
Date: Tue, 30 Oct 2007 13:09:42 +0000
Subject: [PATCH] s set of files provides the workflow configuration manual mode.

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

diff --git a/opends/src/messages/messages/config.properties b/opends/src/messages/messages/config.properties
index 156c3f7..d25ed4f 100644
--- a/opends/src/messages/messages/config.properties
+++ b/opends/src/messages/messages/config.properties
@@ -2109,3 +2109,23 @@
  %s will not take effect until the component for which it is set is restarted
 SEVERE_ERR_CONFIG_LOGGING_CANNOT_OPEN_FILE_709=An error occurred while \
  attempting to open the configured log file %s for logger %s:  %s
+SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CONFIG_NOT_ACCEPTABLE_710=The configuration \
+ for the workflow element defined in configuration entry %s was not \
+ acceptable: %s
+SEVERE_ERR_CONFIG_WORKFLOW_ELEMENT_CANNOT_INITIALIZE_711=An error occurred \
+ while trying to initialize a workflow element from class %s with the \
+ information in configuration entry %s:  %s.  This workflow element will be \
+ disabled
+MILD_ERR_CONFIG_WORKFLOW_ELEMENT_ALREADY_REGISTERED_712=The workflow \
+ element %s is already registered with the Directory Server. This workflow \
+ element will be ignored
+SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_MANUAL_713=An error occurred \
+ while trying to configure in manual mode the workflows in the \
+ Directory Server, and rollback to automatic configuration mode has failed \
+ too. If the server is in an unstable state restart it with the last \
+ valid configuration
+SEVERE_ERR_CONFIG_WORKFLOW_CANNOT_CONFIGURE_AUTO_714=An error occurred \
+ while trying to configure in automatic mode the workflows in the \
+ Directory Server, and rollback to manual configuration mode has failed \
+ too. If the server is in an unstable state restart it with the last \
+ valid configuration

--
Gitblit v1.10.0