Just figured out that ResourceServlet is deprecated. Use 
SeamResourceServlet instead. Almost every web.xml in the example folder is 
using the old ResourceServlet. 

package org.jboss.seam.servlet;
  | 
  | /**
  |  * @author Shane Bryzak
  |  * @deprecated use SeamResourceServlet
  |  */
  | public class ResourceServlet extends SeamResourceServlet
  | {
  | 
  | }

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064335
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to