On Sep 12, 5:00 pm, Leigh Klotz <[EMAIL PROTECTED]> wrote: > Does anybody have suggestions about how I can let my LOCALE Scope > object use the Guice modules to obtain a Locale Provider?
Your scopes shouldn't be static. There's a new method in recent snapshots called requestInjection() on AbstractModule. Use this method to get your scope instance injected in the same place that you call bindScope(). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
