From 0aa4dc91310ba40961f5f09009588881d708f17c Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 03 Jun 2016 14:32:11 +0000
Subject: [PATCH] OPENDJ-3037 Use SchemaBuilder.addSchema(Entry, boolean) in SchemaConfigManager

---
 opendj-server-legacy/src/messages/org/opends/messages/config.properties |    5 +++++
 1 files changed, 5 insertions(+), 0 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 f8709b7..6e71327 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/config.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/config.properties
@@ -270,6 +270,11 @@
 WARN_CONFIG_SCHEMA_MR_CONFLICTING_MR_173=The matching rule defined in \
  configuration entry %s conflicts with another matching rule defined in the \
  server configuration: %s. This matching rule will not be used
+WARN_CONFIG_CONFLICTING_DEFINITIONS_IN_SCHEMA_FILE_174=One or several \
+ definitions read from schema configuration file %s conflict with other \
+ definitions already read into the schema: %s. The later definitions will be used
+WARN_CONFIG_SCHEMA_CANNOT_PARSE_DEFINITIONS_IN_SCHEMA_FILE_175=Unable to parse \
+ the definitions from schema configuration file %s: %s
 ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INITIALIZE_186=An error occurred while \
  trying to initialize an attribute syntax loaded from class %s with the \
  information in configuration entry %s: %s. This syntax will be disabled

--
Gitblit v1.10.0