From 906862fa0eb1af63206dbff8ed92474706359458 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Tue, 04 Oct 2016 15:20:46 +0000
Subject: [PATCH] OPENDJ-2413 Update EmbeddedDirectoryServer class for usage by OpenAM

---
 opendj-server-legacy/src/messages/org/opends/messages/utility.properties |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
index 8a75da5..029fa06 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/utility.properties
@@ -428,14 +428,16 @@
  to start the embedded server with server root '%s' : %s
 ERR_EMBEDDED_SERVER_UPGRADE_337=An error occurred while attempting \
  to upgrade the embedded server with server root '%s' : %s
-ERR_EMBEDDED_SERVER_INTERNAL_CONNECTION=An error occurred while attempting to retrieve \
+ERR_EMBEDDED_SERVER_INTERNAL_CONNECTION_338=An error occurred while attempting to retrieve \
  an internal connection to the server with the user DN '%s'
-ERR_EMBEDDED_SERVER_ARCHIVE_SETUP_WRONG_ROOT_DIRECTORY=The setup from an archive \
+ERR_EMBEDDED_SERVER_ARCHIVE_SETUP_WRONG_ROOT_DIRECTORY_339=The setup from an archive \
  can only be done with a server root directory named after the root directory contained \
  in the archive: '%s'. The provided server root was: '%s'
-ERR_EMBEDDED_SERVER_IMPORT_DATA_SERVER_IS_NOT_RUNNING=The import data operation could \
+ERR_EMBEDDED_SERVER_IMPORT_DATA_SERVER_IS_NOT_RUNNING_340=The import data operation could \
  not be performed on the embedded server because it is not running
-ERR_EMBEDDED_SERVER_REBUILD_INDEX_SERVER_IS_RUNNING=The rebuild index operation could \
+ERR_EMBEDDED_SERVER_REBUILD_INDEX_SERVER_IS_RUNNING_341=The rebuild index operation could \
  not be performed on the embedded server because it is running
-ERR_EMBEDDED_SERVER_LDIF_MANAGEMENT_CONTEXT=An error occurred while attempting to \
- read the configuration file '%s'
\ No newline at end of file
+ERR_EMBEDDED_SERVER_LDIF_MANAGEMENT_CONTEXT_342=An error occurred while attempting to \
+ read the configuration file '%s'
+ERR_EMBEDDED_SERVER_BUILD_VERSION_343=An error occurred while attempting to \
+ retrieve the build version of the directory server: '%s'
\ No newline at end of file

--
Gitblit v1.10.0