From 300625b855bded33c79af6570d9bcdd6f9aca7c6 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.

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
index cc420a8..83af789 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -2697,7 +2697,7 @@
               ReturnCode.CONFIGURATION_ERROR,
               ((isRemoteServer)
                       ? INFO_REMOTE_ADS_EXCEPTION.get(
-                      getHostDisplay(auth), ace.getReason())
+                      getHostDisplay(auth), ace.getMessageObject())
                       : INFO_ADS_EXCEPTION.get(ace.toString())), ace);
     }
     finally

--
Gitblit v1.10.0