mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
19.55.2007 b97785a371b09a674dbef8029a99a730ee928e8d
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();
    }