* for that domain and the underlying ddns call fails
* @throws ContainerConnectException
*/
public void testRegisterServiceWithoutHostKey() throws ContainerConnectException {
final DnsSdDiscoveryAdvertiser advertiser = new DnsSdDiscoveryAdvertiser();
advertiser.connect(null, null);
try {
advertiser.registerService(serviceInfo);
} catch(ECFRuntimeException e) {
advertiser.disconnect();