opends/src/server/org/opends/server/tools/dsconfig/SetPropSubCommandHandler.java
@@ -389,10 +389,8 @@ try { for (PropertyDefinition<?> pd : d.getAllPropertyDefinitions()) { if (pd instanceof AggregationPropertyDefinition<?,?>) { // Runtime cast is required to workaround a // bug in JDK versions prior to 1.5.0_08. AggregationPropertyDefinition<?, ?> apd = AggregationPropertyDefinition.class.cast(pd); (AggregationPropertyDefinition<?, ?>)pd; // Skip this aggregation if the referenced managed objects // do not need to be enabled.