[richfaces-issues] [JBoss JIRA] Created: (RF-2511) facelets dependency in

Jim Dummy (JIRA) jira-events at lists.jboss.org
Fri Mar 14 07:50:57 EDT 2008


facelets dependency in 
-----------------------

                 Key: RF-2511
                 URL: http://jira.jboss.com/jira/browse/RF-2511
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: JBoss 4.2.2 JDK 5_14 Linux RichFaces 3.2 CR2
            Reporter: Jim Dummy


after trying
<rich:fileUpload uploadData="#{AnySequenceForm.files}" maxFilesQuantity="1"/>

jboss deployment failed with:

java.lang.NoClassDefFoundError: com/sun/facelets/FaceletException
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.newInstance0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1001)
        at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1073)
        at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:493)
        at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:381)
        at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)

The only place I found FaceletException is in "AbstractProgressBarRenderer" so I think it should be changed to FacesException (?)

Thank you.

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

        



More information about the richfaces-issues mailing list