ldapComparator = registries.getComparatorRegistry().lookup( matchingRule.getOid() );
}
catch ( LdapException ne )
{
// Default to a catch all comparator
ldapComparator = new ComparableComparator( matchingRule.getOid() );
}
try
{
// Gets the associated Normalizer