From f6f44d80e15b638b013a725396a8d7fe03031a1f Mon Sep 17 00:00:00 2001 From: boli <boli@localhost> Date: Tue, 06 May 2008 22:12:59 +0000 Subject: [PATCH] Fixed an issue where a NPE could be thrown when the server processes a mod DN operation with a new superior entry thats in the subtree to be moved. An informative error message is added so the user can fix the mistake. --- opends/src/messages/messages/jeb.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/jeb.properties b/opends/src/messages/messages/jeb.properties index 0fbe03b..124004d 100644 --- a/opends/src/messages/messages/jeb.properties +++ b/opends/src/messages/messages/jeb.properties @@ -73,7 +73,7 @@ have indexing of type '%s' because it does not have a corresponding matching \ rule MILD_ERR_JEB_UNCHECKED_EXCEPTION_28=Unchecked exception during database \ - transaction + transaction: %s NOTICE_JEB_CLEAN_DATABASE_START_29=Starting database cleaning on %d log \ file(s) in '%s' NOTICE_JEB_CLEAN_DATABASE_MARKED_30=Marked %d log file(s) for cleaning -- Gitblit v1.10.0