Comment #2 on issue 650 by [email protected]: Guice can't create async servlet
http://code.google.com/p/google-guice/issues/detail?id=650

Check out this Issue http://code.google.com/p/google-guice/issues/detail?id=678. You can use the class I have provided in the patch. It allows to inject Guice managed objects to servlets managed my the container. So you can use your class without @Singleton, just as a regular servlet mapped with annotation. Make sure you have asyncSupport=true in all filters in the path to your servlet

--
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.

Reply via email to