You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Rogério Pereira Araújo (JIRA)" <de...@myfaces.apache.org> on 2006/04/07 15:14:23 UTC

[jira] Created: (MYFACES-1272) java.lang.NoClassDefFoundError on HtmlFocus component

java.lang.NoClassDefFoundError on HtmlFocus component
-----------------------------------------------------

         Key: MYFACES-1272
         URL: http://issues.apache.org/jira/browse/MYFACES-1272
     Project: MyFaces Core
        Type: Bug

    Versions: 1.1.2-SNAPSHOT    
    Reporter: Rogério Pereira Araújo
    Priority: Blocker
     Fix For: 1.1.2-SNAPSHOT


Just put the HtmlFocus component in any page to get this error:

java.lang.NoClassDefFoundError: org/apache/myfaces/renderkit/RendererUtils
	org.apache.myfaces.custom.focus.HtmlFocusRenderer.encodeEnd(HtmlFocusRenderer.java:38)
	javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:536)
	com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:242)
	com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239)
	com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239)
	com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:540)
	org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:367)
	javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
	org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:130)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (MYFACES-1272) java.lang.NoClassDefFoundError on HtmlFocus component

Posted by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-1272?page=all ]
     
Mike Kienenberger closed MYFACES-1272:
--------------------------------------

    Resolution: Invalid

Rogerio,

You have to use the same version of sandbox & tomahawk as myfaces-impl.

After both myfaces-impl and tomahawk 1.1.2 have been release, from then on forward you can use different post-1.1.2 versions.   However, up to this point, both versions must be the same.

Your stack trace shows that your sandbox code is much older than your myfaces-impl code.

Also, please use JIRA project "MYFACES-TOMAHAWK" instead of "MyFaces Core" for sandbox and tomahawk bug reports (You can get to it from the tomahawk issue tracker web page if you forget which one to use).


> java.lang.NoClassDefFoundError on HtmlFocus component
> -----------------------------------------------------
>
>          Key: MYFACES-1272
>          URL: http://issues.apache.org/jira/browse/MYFACES-1272
>      Project: MyFaces Core
>         Type: Bug

>     Versions: 1.1.2-SNAPSHOT
>     Reporter: Rogério Pereira Araújo
>     Priority: Blocker
>      Fix For: 1.1.2-SNAPSHOT

>
> Just put the HtmlFocus component in any page to get this error:
> java.lang.NoClassDefFoundError: org/apache/myfaces/renderkit/RendererUtils
> 	org.apache.myfaces.custom.focus.HtmlFocusRenderer.encodeEnd(HtmlFocusRenderer.java:38)
> 	javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:536)
> 	com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:242)
> 	com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239)
> 	com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239)
> 	com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:540)
> 	org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:367)
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
> 	org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:130)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira