From bf135c5c0f1c9b949de97f97092780f8c3d9a8a2 Mon Sep 17 00:00:00 2001
From: jdemendi <jdemendi@localhost>
Date: Tue, 04 Nov 2008 09:53:59 +0000
Subject: [PATCH] fix 3560, Cannot recreate a workflow after a create/delete

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

diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties
index c37eda3..008ca86 100644
--- a/opends/src/messages/messages/core.properties
+++ b/opends/src/messages/messages/core.properties
@@ -1807,4 +1807,10 @@
 SEVERE_ERR_REGISTER_WORKFLOW_BASE_DN_ALREADY_EXISTS_716=Unable to register \
  workflow node "%s" with the network group "%s" because another workflow node \
  "%s" with the same base DN "%s" is already registered
+INFO_ERR_WORKFLOW_IN_USE_717=\
+Unable to remove the workflow "%s" because the workflow is still in use \
+(there are still %d reference(s) to the workflow)
+INFO_ERR_WORKFLOW_DOES_NOT_EXIST_718=\
+Unable to register the workflow "%s" with the network group %s because \
+the workflow does not exist
  
\ No newline at end of file

--
Gitblit v1.10.0