//
final SynchronizedBoolean called = new SynchronizedBoolean(false);
container.register(scc);
container.addWebAppListener(registry);
container.addWebAppListener(new WebAppListener()
{
public void onEvent(WebAppEvent event)
{
called.set(true);
throw new RuntimeException("Expected Exception: don't freak out");