@Test
public void testRecursive() {
assertNotNull("unexpected non-null ServerLifeCycleManager", manager);
manager.registerListener(new ServerLifeCycleListener() {
public void startServer(Server server) {
String address =
server.getEndpoint().getEndpointInfo().getAddress();
verifyNotification(startNotificationMap, address, 0);
updateMap(startNotificationMap, address);