opends/src/server/org/opends/server/admin/AbstractManagedObjectDefinition.java
@@ -749,8 +749,8 @@ /** * Initializes all of the property definitions associated with this * managed object definition. * Initializes all of the components associated with this managed * object definition. * * @throws Exception * If this managed object definition could not be @@ -762,6 +762,10 @@ pd.getDefaultBehaviorProvider().initialize(); } for (RelationDefinition<?, ?> rd : getAllRelationDefinitions()) { rd.initialize(); } for (Constraint constraint : getAllConstraints()) { constraint.initialize(); }