I took seam-todo example and customized. I am facing the same issue.

I am using JBoss 4.0.4 GA, SEAM 1.0.0 CR3, jbpm-starters-kit-3.1.1, JBoss Rules 
3.0.1
 
But I am able to deploy all example apps successfully. What could be the issue?

21:47:54,421 INFO  [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
21:47:54,546 ERROR [StartupServletContextListener] Error initializing 
ServletContext
java.lang.IllegalArgumentException: Class 
org.jboss.seam.jsf.SeamNavigationHandler is no 
javax.faces.application.NavigationHandler
        at 
org.apache.myfaces.config.FacesConfigurator.getApplicationObject(FacesConfigurator.java:511)
        at 
org.apache.myfaces.config.FacesConfigurator.configureApplication(FacesConfigurator.java:433)
        at 
org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.java:130)
        at 
org.apache.myfaces.webapp.StartupServletContextListener.initFaces(StartupServletContextListener.java:63)
        at 
org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:46)
        at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3729)


1) My application.xml is

        <display-name>CableDailies</display-name>

        
                
                        <web-uri>CableDailies.war</web-uri>
                        <context-root>/CableDailies</context-root>
                
        
        
                
                        <web-uri>jbpm.war</web-uri>
                        <context-root>/jbpm</context-root>
                
        
        
                CableDailies.jar
        
        
            jboss-seam.jar
        






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

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


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to