opendj-config/src/main/java/org/forgerock/opendj/config/EnumPropertyDefinition.java
@@ -156,7 +156,7 @@ String nvalue = value.trim().toLowerCase(); E eValue = decodeMap.get(nvalue); if (eValue == null) { throw new IllegalPropertyValueStringException(this, value); throw PropertyException.illegalPropertyValueException(this, value); } else { return eValue; }