From 801fa1c00effec79421fbf68ad88fc6163fd3c34 Mon Sep 17 00:00:00 2001 From: Fabio Pistolesi <fabio.pistolesi@forgerock.com> Date: Thu, 24 Nov 2016 16:24:46 +0000 Subject: [PATCH] OPENDJ-3419 Introduce Service Discovery Mechanism and related configuration manager OPENDJ-3420 Introduce server group mechanism configuration for manually configured servers OPENDJ-3421 Introduce server group mechanism configuration for querying a replication topology --- opendj-server-legacy/src/messages/org/opends/messages/backend.properties | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties index ac5db33..7337a24 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/backend.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/backend.properties @@ -1099,4 +1099,8 @@ copies of entry '%s' ERR_ROOTDSE_NOT_SUPPORTED_SCOPE_610=Unwilling to perform a search \ (connection ID %d, operation ID %d) with a scope of "%s" in the root DSE \ - backend. Only the BASE scope is supported for the root DSE backend. \ No newline at end of file + backend. Only the BASE scope is supported for the root DSE backend. +ERR_SERVICE_DISCOVERY_CONFIG_MANAGER_ADD_MECHANISM_611=An error occurred while adding \ + Service Discovery Mechanism '%s' : %s +ERR_SERVICE_DISCOVERY_CONFIG_MANAGER_INIT_MECHANISM_614=Service Discovery Mechanism '%s' initialization failed : %s +ERR_SERVICE_DISCOVERY_CONFIG_MANAGER_LISTENER_615=Registering Service Discovery Manager's listener failed : %s -- Gitblit v1.10.0