testManager.waitForDeployment(mgr);
ServiceBeanInstance[] instances =
cybernode.getServiceBeanInstances(opstring.getServices()[0]);
Assert.assertEquals(1, instances.length);
Simple simple = (Simple)instances[0].getService();
Assert.assertEquals("Hello visitor : 1", simple.hello("hi"));
Assert.assertEquals(configFilesInTmp, countTempConfigFiles());
testManager.undeploy(opstring.getName());
} catch(Exception e) {