[jboss-user] [J2EE Design Patterns] - Re: Listener J2EE deployment problem

yong_jiao do-not-reply at jboss.com
Tue Aug 8 18:55:15 EDT 2006


I don't know what exactly was happening in your environment. However I like to shed some light on your issue.
Basically there is a  listener in myfaces_core.tld in myfaces-impl.jar:
  

 <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
   

This listener should be automatically registered before your FacesServlet was initialized.
The work of the listener is to do lots of configurations such as parse faces-config.xml.

It seems the listenered was not registed in your web context where your FacesServlet could was running.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963926#3963926

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963926



More information about the jboss-user mailing list