*/
public void testSimpleUDPDiscovery()
throws Exception
{
// create the attributes for the service
TCPLateralCacheAttributes lac = new TCPLateralCacheAttributes();
lac.setTransmissionType( LateralCacheAttributes.TCP );
lac.setTcpServer( "localhost" + ":" + 1111 );
ICompositeCacheManager cacheMgr = CompositeCacheManager.getInstance();
// create the service
UDPDiscoveryService service = new UDPDiscoveryService( lac.getUdpDiscoveryAddr(), lac.getUdpDiscoveryPort(), lac.getTcpListenerPort(), cacheMgr );
service.setTcpLateralCacheAttributes( lac );
// create a no wait facade for the service
ArrayList noWaits = new ArrayList();
ILateralCacheAttributes attr = new LateralCacheAttributes();