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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...