opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/PropertySet.java
@@ -277,11 +277,8 @@ throw PropertyException.propertyIsSingleValuedException(d); } if (values.isEmpty() && d.hasOption(PropertyOption.MANDATORY)) { // But only if there are no default values. if (property.getDefaultValues().isEmpty()) { throw PropertyException.propertyIsMandatoryException(d); } if (values.isEmpty() && d.hasOption(PropertyOption.MANDATORY) && property.getDefaultValues().isEmpty()) { throw PropertyException.propertyIsMandatoryException(d); } // Validate each value.