On Mon, Jan 26, 2009 at 4:30 PM, Rick <[email protected]> wrote: > I'm not sure what is going wrong here, and I've been trying everything > I can think of. The bottom line, is I'm not sure why my flex calls > using guice-blae are returning a null instance of the single defined > service: > > [BlazeDS]01/26/2009 16:03:28.511 Exception when invoking service > 'remoting-service': flex.messaging.MessageException: Null instance > returned from: JavaFactory instance for id=UIServicesDelegate > source=com.nielsen.ondp.web.delegate.UIServicesDelegate > scope=application
I think it's an issue using application scope, since Session scope is not returning a null instance. I'll have to look at the source code of the guice-blaze project and investigate. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-guice?hl=en -~----------~----~----~----~------~----~------~--~---
