appears in: current trunk revision 523
Is there any information available, how Guice handles exception during the
requestStaticInjection phase?
As far as I have experienced the problem, the exceptions in this phase are
silently ignored. This seems to be consistent with InjectorBuilder.build(),
where errors.throwCreationExceptionIfErrorsExist() is done right before
fulfillInjectionRequests().
Due to static injection is often used for post initialization, I believe
Guice should forward this kind of post initialization exception(s) to the
application by throwing some kind of PostInitializationException.
Original issue reported on code.google.com by sven.lin...@gmail.com on 16 Jun 2008 at 11:17
Original issue reported on code.google.com by
sven.lin...@gmail.com
on 16 Jun 2008 at 11:17