try
{
final String type = repConf.getAttribute( "type" );
final String repID = destination + type;
Repository reply = (Repository)m_repositories.get( repID );
final String model = (String)repConf.getAttribute( "model" );
if( null != reply )
{
if( m_models.get( repID ).equals( model ) )