Thank you, Bruno!
That was the problem.
But on my way to a working myfaces application here's the next barricade (after
calling my app):
Exception
javax.servlet.ServletException: (class:
_jasper/_jsps/_process/_ProcessSearch_jsp, method: _jspService signature:
(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V)
Incompatible object argument for function call
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:98)
at
org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:176)
at java.security.AccessController.doPrivileged(Native Method)
...
regards,
Stefan
-----Ursprüngliche Nachricht-----
Von: Bruno Aranda [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 15. November 2005 17:24
An: MyFaces Discussion
Betreff: Re: problem with myfaces 1.1.0
I think that jsp-2.0.jar is missing in your classpath...
Regards,
Bruno
2005/11/15, Stefan Gesigora <[EMAIL PROTECTED]>:
> 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
>
>