String msg = I18n.err( I18n.ERR_10023, entry.getDn().getName(), schemaName );
LOG.info( msg );
schema = schemaManager.getLoadedSchema( schemaName );
}
MutableMatchingRule matchingRule = new MutableMatchingRule( oid );
// The syntax field
Attribute mSyntax = entry.get( MetaSchemaConstants.M_SYNTAX_AT );
if ( mSyntax != null )
{
matchingRule.setSyntaxOid( mSyntax.getString() );
}
// The normalizer and comparator fields will be updated when we will
// apply the registry