You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Stefan Gesigora <SG...@Software-architekten.de> on 2005/11/15 16:57:31 UTC

problem with myfaces 1.1.0

Hi!

I've tried to switch our application from jsf (RI) with myfaces
extension to myfaces 1.1.1 completely.
But at server start this exception is thrown:

SCHWERWIEGEND: WebModule[/Test]: Exception sending context initialized
event to listener instance of class
org.apache.myfaces.webapp.StartupServletContextListener
java.lang.NoClassDefFoundError: javax/servlet/jsp/el/ELException
        at
org.apache.myfaces.config.FacesConfigurator.feedStandardConfig(FacesConf
igurator.java:138)
....

Does anyone know what is happened?

Regards,
Stefan


Re: problem with myfaces 1.1.0

Posted by Bruno Aranda <br...@gmail.com>.
I think that jsp-2.0.jar is missing in your classpath...

Regards,

Bruno

2005/11/15, Stefan Gesigora <SG...@software-architekten.de>:
> Hi!
>
> I've tried to switch our application from jsf (RI) with myfaces
> extension to myfaces 1.1.1 completely.
> But at server start this exception is thrown:
>
> SCHWERWIEGEND: WebModule[/Test]: Exception sending context initialized
> event to listener instance of class
> org.apache.myfaces.webapp.StartupServletContextListener
> java.lang.NoClassDefFoundError: javax/servlet/jsp/el/ELException
>         at
> org.apache.myfaces.config.FacesConfigurator.feedStandardConfig(FacesConf
> igurator.java:138)
> ....
>
> Does anyone know what is happened?
>
> Regards,
> Stefan
>
>