users@jersey.java.net

Does Jersey MVC support JSF 2.0

From: Gu, James <james.gu_at_hp.com>
Date: Wed, 4 Aug 2010 19:39:57 +0000

I've been using Jersey 1.3 for pure web service purposes but now am trying to take advantage the Jersey MVC with JSF 2.0. However, when I use the explicit view model, I got the following error:



java.io.IOException: The template name, /faces/index.xhtml, could not be resolved to a fully qualified template name.



The path was correct, i.e., I can invoke http://localhost:8080/faces/index.xhtml directly.



Is there any support to use JSF 2.0 with Jersey? Or do I need to write my own JSFTemplateProcessor?



Thanks.



James Gu