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.
Fixed. The problem was that the entry was not copied to the ServiceManager in the ContextManager.
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]
-- "You know the world is going crazy when the best rapper is a white guy, the best golfer is a black guy, The Swiss hold the America's Cup, France is accusing the US of arrogance, and Germany doesn't want to go to war. And the 3 most powerful men in America are named 'Bush', 'Dick', and 'Colon' (sic)".
-----Chris Rock
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
