You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Dave <ja...@yahoo.com> on 2006/12/14 01:10:50 UTC

http://java.sun.com/jsf/html cannot be resolved

After moving all jars (including myfaces jars) into JBoss container under server/default/lib,  I got the following error:

   ERROR [[FacesServlet]] Servlet.service() for servlet FacesServlet threw exception
javax.faces.FacesException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application
        at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:422)
        at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
        at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
   
  Do I need to put myfaces jars into the web application war file?  I like to make it lighter by moving all myfaces jars out into JBOSS.
   
  Thanks, Dave
   
   

 	
---------------------------------
Everyone is raving about the all-new Yahoo! Mail beta.

Re: http://java.sun.com/jsf/html cannot be resolved

Posted by Aneesha Govil <po...@gmail.com>.
Hi Dave,

I do not think that it would work that way. You might want to look at [1]
and [2].

[1] http://www.nabble.com/Jboss-and-Myfaces-problem-tf2814749.html
[2] http://wiki.apache.org/myfaces/From_1.1.1_to_1.1.3_with_Jboss

Hope that helps.
Aneesha

On 12/14/06, Dave <ja...@yahoo.com> wrote:
>
> After moving all jars (including myfaces jars) into JBoss container under
> server/default/lib,  I got the following error:
>  ERROR [[FacesServlet]] Servlet.service() for servlet FacesServlet threw
> exception
> javax.faces.FacesException: The absolute uri: http://java.sun.com/jsf/htmlcannot be resolved in either
> web.xml or the jar files deployed with this application
>         at
> org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(
> ServletExternalContextImpl.java:422)
>         at
> org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(
> JspViewHandlerImpl.java:234)
>         at org.apache.myfaces.lifecycle.LifecycleImpl.render(
> LifecycleImpl.java:384)
>
> Do I need to put myfaces jars into the web application war file?  I like
> to make it lighter by moving all myfaces jars out into JBOSS.
>
> Thanks, Dave
>
>
>
> ------------------------------
> Everyone is raving about the all-new Yahoo! Mail beta.<http://us.rd.yahoo.com/evt=42297/*http://advision.webevents.yahoo.com/mailbeta>
>
>