[jboss-user] [JBoss Seam] - Re: Migrate to jboss 4.2.0 CR
lcoetzee
do-not-reply at jboss.com
Wed Apr 18 10:24:06 EDT 2007
Based on the following:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss5AndMyFaces I am encouraged to dig a bit more. I have resolved the
Error configuring application listener of class org.apache.myfaces.webapp.StartupServletContextListener error (still had a myfaces listener configured in my web. xml!)
Currently I am getting the following error:
| 2007-04-18 16:14:20,388 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/portal]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
| javax.faces.FacesException: java.lang.RuntimeException: java.lang.NoSuchMethodException: com.sun.faces.application.ApplicationImpl.addELResolver(javax.el.ELResolver)
| at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:408)
| at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:60)
| at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
| at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
| at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761)
| at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741)
| at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
|
I have changed my application ear to use the jboss-el-api.jar and jboss-el.jar.
Obviously my configuration is still incorrect.
Any ideas ?
L
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038424#4038424
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038424
More information about the jboss-user
mailing list