From b5f211cba2660529048afc4ebd37b1903c3ea4ac Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Mon, 30 May 2016 10:43:12 +0000 Subject: [PATCH] OPENDJ-2987 Use OID instead of full ObjectClass to detect multiple updates of the same objectclass in a modification --- opendj-server-legacy/src/messages/org/opends/messages/schema.properties | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/schema.properties b/opendj-server-legacy/src/messages/org/opends/messages/schema.properties index b6a1466..fac37e2 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/schema.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/schema.properties @@ -501,4 +501,12 @@ ERR_MATCHING_RULE_USE_CANNOT_REGISTER_342=Matching rule use could not be \ registered from definition: %s ERR_OBJECT_CLASS_CANNOT_REGISTER_343=Object class could not be \ - registered from definition: %s \ No newline at end of file + registered from definition: %s +ERR_PARSING_OBJECTCLASS_OID_344=Unable to parse the OID from the provided definition \ + of objectclass: '%s' +ERR_PARSING_ATTRIBUTE_TYPE_OID_345=Unable to parse the OID from the provided definition \ + of attribute type: '%s' +ERR_PARSING_LDAP_SYNTAX_OID_346=Unable to parse the OID from the provided definition \ + of ldap syntax: '%s' +ERR_PARSING_MATCHING_RULE_USE_OID_347=Unable to parse the OID from the provided definition \ + of matching rule use: '%s' -- Gitblit v1.10.0