opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/TableViewEntryPanel.java
@@ -311,7 +311,7 @@ Object o = table.getValueAt(i, 1); if (o instanceof String) { AttributeDescription attrDesc = AttributeDescription.valueOf(attrName, schema.getSchemaNG()); AttributeDescription attrDesc = AttributeDescription.valueOf(attrName, schema); AttributeType attrType = attrDesc.getAttributeType(); if (!attrType.isPlaceHolder()) {