Hi Thanks for the solution provided. I could resolve the issue by putting the <services:Service id="servicelocator"/> in the shell application and removing all the service declaration from the modules.
Thanks ilikeflex --- In [email protected], Robin Hilliard <[EMAIL PROTECTED]> wrote: > > Hi ilikeflex, > > Multiple Controllers are ok (you just instantiate the module's > controller somewhere when it loads) but ServiceLocators are singletons > in Cairngorm, so perhaps a better approach would be to add additional > services to the existing instance when you load a module, using (for > example) ServiceLocator.getInstance().getRemoteObjects ().someService > = ... > > On 20/11/2008, at 11:11 AM, dev.apostiglioni wrote: > > For an alternative to Cairngorm that supports modular applications, > > you can have a look to http://code.google.com/p/aconcagua-flex/ > > I know you answered the question well, and yet I'm still looking > forward to the day I see a normal response to a Cairngorm question on > this list that doesn't plug another framework. :-) > > Robin > > > ROBIN HILLIARD > Chief Executive Officer > [EMAIL PROTECTED] > > RocketBoots Pty Ltd > Level 11 > 189 Kent Street > Sydney NSW 2001 > Australia > Phone +61 2 9323 2507 > Facsimile +61 2 9323 2501 > Mobile +61 418 414 341 > www.rocketboots.com.au >

