Issue 45: Support chaining injectors / parent injectors http://code.google.com/p/google-guice/issues/detail?id=45
Comment #16 by sven.linstaedt: There is another bug: Constant bindings are not inherited from the parent injector. So while retrieving an object which depends on constant bindings from the parent injector works, the same object can not be retrieved from a child injector of this parent one. Guice states that the constant dependency is not bound. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice-dev" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
