5 Replies Latest reply on Feb 8, 2008 7:20 AM by luciano.scjp

    Commons Digester needed for RichFaces?

    grimholtz

      Hi,

      I've installed richfaces into a new application as described in chapter 3 of the richfaces developer's guide. I get the following exception:

      ...Caused by: java.lang.NoClassDefFoundError: org.apache.commons.digester.Digester
       at org.ajax4jsf.resource.ResourceBuilderImpl.registerConfig(ResourceBuilderImpl.java:159)
      


      Nowhere in the guide does it say I need Commons Digester. I get the same error for Commons Collections. The guide makes no mention of Commons Collections, either. When I open the three richfaces jars, I don't see org.apache.commons.* classes.

      How are these classes supposed to be resolved at runtime?

      Thanks in advance for any help.