Hi Stefan,
Not sure what is happening but it looks like you don't have the
digester jar file in your deployed war file.
Is it possible that this file was previously available to your app
server (the dependency is not new) like in a shared directory or
something like that?
HTH,
-bd-
On Oct 2, 2005, at 3:08 PM, Stefan Zoller wrote:
Hi all,
I am confused about the jar files in release 1.1.0. In the binary
distribution I find these jars:
myfaces-all.jar, myfaces-api.jar, myfaces-impl.jar
But in the example I find:
commons-beanutils.jar, commons-codec.jar, etc..., as it is also
described in the "Getting Started with MyFaces" section under
"Using MyFaces in your own web application".
When I try to run a project (developed earlier, using MyFaces
1.0.9) with the new jars, it runs fine with the jars from the
example but it fails with the jars from the release, with:
Exception sending context initialized event to listener instance of
class org.apache.myfaces.webapp.StartupServletContextListener
java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
...
Any hint on what I am missing here is much appreciated!
Thanks,
Stefan