opendj-sdk/opends/src/server/org/opends/server/admin/AbstractManagedObjectDefinition.java
@@ -999,7 +999,8 @@ allPropertyDefinitions.put(propName, d); if (d instanceof AggregationPropertyDefinition) { AggregationPropertyDefinition apd = (AggregationPropertyDefinition) d; AggregationPropertyDefinition<?, ?> apd = (AggregationPropertyDefinition<?, ?>) d; aggregationPropertyDefinitions.put(propName, apd); // The key must also contain the managed object name, since several MOs // in an inheritance tree may aggregate the same aggregation property name