7 Replies Latest reply on Jan 19, 2009 3:23 PM by tashtego

    CONFIGURATION FAILED! Digester - Deploying my JSF app with R

    tashtego

      Hi.

      I am using JBoss 4.2 GA and a JSF 1.2 webapp. It works fine. Now i wanted to add Rich Faces features. So i took a look at the documentation how to start

      (http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/pdf/richfaces_usersguide.pdf)

      My first step was downloading and including the 3 richfaces jars into web-inf/lib. I also changed my web.xml, but this doesnt matter anymore. Because as soon as the three jar files are included in my EAR deployed on the JBOSS app server, the deployment fails!

      Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossConfigureListener


      CONFIGURATION FAILED! org.apache.commons.digester.Digester


      Can anyone tell me what i am making wrong?