762763764765766767768769770771772
dsrSyntax = (DITStructureRuleSyntax) schema.getSyntax(SYNTAX_DIT_STRUCTURE_RULE_OID); if (dsrSyntax == null) { dsrSyntax = new DITStructureRuleSyntax(); dsrSyntax.initializeSyntax(null); } } catch (Exception e) { if (debugEnabled())
773774775776777778779780781782783
{ TRACER.debugCaught(DebugLogLevel.ERROR, e); } dsrSyntax = new DITStructureRuleSyntax(); dsrSyntax.initializeSyntax(null); } AttributeType dsrAttrType = schema.getAttributeType(ATTR_DIT_STRUCTURE_RULES_LC); if (dsrAttrType == null)