The changes to the LifecycleExtensionManager broke the implementation.
I am not getting the startup artifact that I was supposed to.  I am
looking into it now.

Anton, perhaps you could help.  The code I used to start up my GUIApp
application was this:

/**
 * Sets up the extension manager to supply the EventBus.
 */
private void setupExtensionManager()
{
    final LifecycleExtensionManager extensionManager =
        new LifecycleExtensionManager();
    extensionManager.enableLogging(new NullLogger());
    extensionManager.addCreatorExtension(new EventCreator());

    m_fortressConfig.setLifecycleExtensionManager(extensionManager);
}


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to