ServerEntry targetEntry = (ServerEntry)SchemaUtils.getTargetEntry( mods , entry );
if ( entry == null )
{
LOG.error( "No entry with this name :{}", name );
throw new LdapNameNotFoundException( "The entry which name is " + name + " is not found." );
}
// We will use this temporary entry to check that the modifications
// can be applied as atomic operations
ServerEntry tmpEntry = ( ServerEntry ) entry.clone();