Comment #3 on issue 559 by stra...@gmail.com: Problem using guice-servlet in multiple war, when guice-servlet.jar is in ear's libraries
http://code.google.com/p/google-guice/issues/detail?id=559

yes, lastest SVN.
doFilter method in GuiceFilter is using
FilterPipeline filterPipeline = null != injectedPipeline ? injectedPipeline : pipeline;

but injectedPipeline is null, because it is not injected. I am getting MULTIPLE_INJECTORS_WARNING message in log, and previously store pipeline (which is static) is overwritten.

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to google-guice-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-guice-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to