From 478382c4bc1021ff8e7528fb4720fc3498c42324 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 08 May 2007 09:55:44 +0000
Subject: [PATCH] Remove explicit references to some classes in the org.opends.server package which broke the QuickSetup (the user had to wait till OpenDS.jar was downloaded).  Also modify the code to have a localized message when the server is failed to start in the connection handlers mode.

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 6119838..1e3fa06 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -871,6 +871,8 @@
 error-importing-ldif=Error Importing LDIF File.
 error-import-automatically-generated=Error Importing Automatically- Generated \
 Data when invoked with arguments: {0}".
+error-starting-server-with-no-connection-handlers=Error Starting Server with \
+no connection handlers: {0}.
 error-starting-server=Error Starting Directory Server.
 error-starting-server-in-windows=Could not connect to Server after Start.  \
 If you have a firewall configured check that it allows connections to port {0}.

--
Gitblit v1.10.0