[jboss-user] [JBoss Seam] - Re: Question on SeamServletFilter and IllegalStateException

bsmithjj do-not-reply at jboss.com
Wed Jul 12 08:15:20 EDT 2006


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



More information about the jboss-user mailing list