mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
05.42.2009 22094368c2865dcfb6daf8366425212b721a4657
opends/src/server/org/opends/server/core/SchemaConfigManager.java
@@ -825,7 +825,7 @@
            }
            Message message = WARN_CONFIG_SCHEMA_CANNOT_PARSE_ATTR_TYPE.get(
                    schemaFile, v.getStringValue() + ":  " +
                    schemaFile, v.getValue().toString() + ":  " +
                    getExceptionMessage(e));
            if (failOnError)
            {
@@ -920,7 +920,7 @@
            Message message = WARN_CONFIG_SCHEMA_CANNOT_PARSE_OC.get(
                    schemaFile,
                    v.getStringValue() + ":  " + getExceptionMessage(e));
                    v.getValue().toString() + ":  " + getExceptionMessage(e));
            if (failOnError)
            {
@@ -1011,7 +1011,7 @@
            }
            Message message = WARN_CONFIG_SCHEMA_CANNOT_PARSE_NAME_FORM.get(
                    schemaFile,  v.getStringValue() + ":  " +
                    schemaFile,  v.getValue().toString() + ":  " +
                    getExceptionMessage(e));
            if (failOnError)
@@ -1105,7 +1105,7 @@
            }
            Message message = WARN_CONFIG_SCHEMA_CANNOT_PARSE_DCR.get(
                    schemaFile,v.getStringValue() + ":  " +
                    schemaFile,v.getValue().toString() + ":  " +
                    getExceptionMessage(e));
            if (failOnError)
@@ -1199,7 +1199,7 @@
            }
            Message message = WARN_CONFIG_SCHEMA_CANNOT_PARSE_DSR.get(
                    schemaFile, v.getStringValue() + ":  " +
                    schemaFile, v.getValue().toString() + ":  " +
                                        getExceptionMessage(e));
            if (failOnError)
@@ -1294,7 +1294,7 @@
            Message message = WARN_CONFIG_SCHEMA_CANNOT_PARSE_MRU.get(
                    schemaFile,
                    v.getStringValue() + ":  " +
                    v.getValue().toString() + ":  " +
                    getExceptionMessage(e));
            if (failOnError)