1 Reply Latest reply on Jun 8, 2013 6:54 AM by manarh

    java.lang.NoClassDefFoundError

    mstiak

      Hi,

       

      I am new to richfaces, i was trying to use the carousel component using the carousel-ui-4.1.0-SNAPSHOT.jar into my seam web application. I use JBoss4.2 and richfaces 3.3.3. When i added that jar in my /lib folder i received this error when i tried to start the server

       

      ERROR [[/]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener

      com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!

        Source Document: jar:file:/D:/Users/michael/workspace/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss_4.2_Runtime_Server1363773799387/deploy/express.war/WEB-INF/lib/carousel-ui-4.1.0-SNAPSHOT.jar!/META-INF/faces-config.xml

        Cause: Class 'org.richfaces.renderkit.html.CarouselRenderer' is missing a runtime dependency: java.lang.NoClassDefFoundError: org/richfaces/renderkit/RendererBase

       

      Any ideas what i am doing wrong?