From a09e50d8d41c0f50c486742f4cc2343083c635e3 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Fri, 25 Jun 2010 09:25:49 +0000
Subject: [PATCH] Fixes issues #4552 #4557, making sure plugins and internal services are properly handling subtree move or delete. The changes particularly resolve problems raised by the community with the referential integrity and the isMemberOf plug-ins. Unit-tests have been updated to cover those cases

---
 opends/src/messages/messages/plugin.properties |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/opends/src/messages/messages/plugin.properties b/opends/src/messages/messages/plugin.properties
index aa03fb8..0ab9988 100644
--- a/opends/src/messages/messages/plugin.properties
+++ b/opends/src/messages/messages/plugin.properties
@@ -20,7 +20,7 @@
 #
 # CDDL HEADER END
 #
-#      Copyright 2006-2009 Sun Microsystems, Inc.
+#      Copyright 2006-2010 Sun Microsystems, Inc.
 
 
 
@@ -412,4 +412,12 @@
 SEVERE_ERR_PLUGIN_CHANGE_NUMBER_INVALID_PLUGIN_TYPE_LIST_114=An attempt was \
  made to register the Change Number Control plugin with the following plugin \
  types : %s. However this plugin must be configured with all of the following \
- plugin types : %s
\ No newline at end of file
+ plugin types : %s
+SEVERE_ERR_PLUGIN_SUBORDINATE_DELETE_PLUGIN_EXCEPTION_115=The subordinate \
+ delete plugin defined in configuration entry %s threw an exception when it \
+ was invoked for connection %d operation %d:  %s.  Processing on this \
+ operation will be terminated
+SEVERE_ERR_PLUGIN_SUBORDINATE_DELETE_PLUGIN_RETURNED_NULL_116=The \
+ subordinate delete plugin defined in configuration entry %s returned null \
+ when invoked for connection %d operation %s.  This is an illegal response, \
+ and processing on this operation will be terminated
\ No newline at end of file

--
Gitblit v1.10.0