Saturday, May 26, 2012

InvalidAttributeValueException: Malformed 'objectClass' attribute value

The above error comes when the method used to insert/set the value of the attribute mentioned in the error, is not as per the schema/ its type. In case of objectClass its supposed to be a multivalued attribute and this error will come if we by mistake we used the setAttributeValue() method instead of setAttributeValues()....

No comments:

Post a Comment