{
// Use a classpath based stream
confStream = RegistrationManagerFactory.class.getResourceAsStream( "/" + CONFIG_FILE_NAME );
}
m_discoveryAgentRegistry = new DiscoveryAgentRegistry( confStream,
getManager( ) );
m_discoveryAgentRegistry.runAgents( );
}
catch ( Exception e )
{