Faces Servlet? good guess! I had this in my web.xml
| <servlet> | <servlet-name>Faces Servlet</servlet-name> | <servlet-class>javax.faces.webapp.FacesServlet</servlet-class> | <load-on-startup>1</load-on-startup> | </servlet> | | <servlet-mapping> | <servlet-name>Faces Servlet</servlet-name> | <url-pattern>*.seam</url-pattern> | </servlet-mapping> | | <servlet-mapping> | <servlet-name>Faces Servlet</servlet-name> | <url-pattern>*.ajax</url-pattern> | </servlet-mapping> | I got rid of the *.ajax mapping and the exception vanished. Thanks again for the help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957326#3957326 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957326 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
