Status: New
Owner: ----
New issue 637 by [email protected]: GuiceFilter multithreaded support
http://code.google.com/p/google-guice/issues/detail?id=637
Guice 3.0
As a follow-up to issue 636 I wanted to outline some of the problems I've
run into trying to run unit tests in parallel using GuiceFilter.
The documentation needs to discuss how to properly use multiple Injectors
with GuiceFilter and MultipleServletInjectorsTest I can see that
GuiceFilter.injectedPipeline needs to be set to a non-null value for this
to work. What I can't figure out is who is supposed to set that value.
Currently GuiceFilter is being initialized by the web server. I provide it
with a class name of the filter and it initializes it using Reflection.
Another difference I noticed is that the ServletContext being used is
constructed without Guice. Is this a problem?
Please explain what I need to do to get Guice to inject a value into
GuiceFilter.injectedPipeline.
--
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.