Comment #2 on issue 371 by thatha7777: Unable to serve a javax.servlet.Servlet
http://code.google.com/p/google-guice/issues/detail?id=371
FWIW, delegating to FacesServlet from an HttpServlet will suffice only if your web.xml continues to reference javax.faces.webapp.FacesServlet in a servlet-mapping. Both Mojarra and MyFaces need to find a mapped servlet that's either javax.faces.webapp.FacesServlet or assignable to javax.faces.webapp.FacesServlet to instantiate the JSF framework. If they don't instantiate the framework, bad things will happen.
-- 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.
