From b9b49c232ad28c2ace82cd573ff7bef0ab98f294 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Tue, 07 Jul 2009 00:12:51 +0000 Subject: [PATCH] Improve the displayed messages when an ADSContextException occurs. i18n the messages of the ADSContextException. Make dsreplication consistent with the fix made for dsconfig (see issue 4091). Fix a bug in ADSContext when deleting the contents of the ADS. Fix a bug in the equivalent command display when the user chooses to disable all replication on a server or to disable the replication server. --- opends/src/messages/messages/quicksetup.properties | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index 4e74289..2805dc1 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -1350,3 +1350,8 @@ the upgrader (%s).%n%nTo fix this problem delete the file %s and click on \ 'Next' again.%nOnce the upgrader finishes you will have to set again the \ java arguments by running the command-line %s. +INFO_ADS_CONTEXT_EXCEPTION_MSG=Registration information error. Error type: \ + '%s'. +INFO_ADS_CONTEXT_EXCEPTION_WITH_DETAILS_MSG=Registration information error. \ + Error type: '%s'. Details: %s + \ No newline at end of file -- Gitblit v1.10.0