From 076c78aa32f39fe76d74dca79b550f3049e2baa5 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Fri, 25 Nov 2016 18:00:18 +0000 Subject: [PATCH] OPENDJ-3189: Implement EL expression support in cn=config --- opendj-server-legacy/src/messages/org/opends/messages/config.properties | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/config.properties b/opendj-server-legacy/src/messages/org/opends/messages/config.properties index 6630fa4..359087b 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/config.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/config.properties @@ -863,4 +863,12 @@ trying to update schema with its content: %s WARN_CONFIG_SCHEMA_FILE_HAS_SCHEMA_WARNING_WITH_OVERWRITE_762=The config schema file '%s' generated \ warning when trying to update schema with its content, despite allowing to overwrite definitions: %s -ERR_CONFIG_BACKEND_BASE_IS_EMPTY_763=Unable to configure the backend '%s' because one of its base DNs is the empty DN \ No newline at end of file +ERR_CONFIG_BACKEND_BASE_IS_EMPTY_763=Unable to configure the backend '%s' because one of its base DNs is the empty DN +ERR_CONFIG_FILE_ADD_REJECTED_DUE_TO_EVALUATION_FAILURE_764=Entry '%s' cannot be added because attribute '%s' \ + contained an expression '%s' that could not be evaluated: %s +ERR_CONFIG_FILE_DELETE_REJECTED_DUE_TO_EVALUATION_FAILURE_765=Entry '%s' cannot be deleted because attribute '%s' \ + contained an expression '%s' that could not be evaluated: %s +ERR_CONFIG_FILE_MODIFY_REJECTED_DUE_TO_EVALUATION_FAILURE_766=Entry '%s' cannot be modified because attribute '%s' \ + contained an expression '%s' that could not be evaluated: %s +ERR_CONFIG_FILE_READ_FAILED_DUE_TO_EVALUATION_FAILURE_767=Entry '%s' cannot be read because attribute '%s' \ + contained an expression '%s' that could not be evaluated: %s -- Gitblit v1.10.0