[jboss-user] [JBoss Seam] - ResourceServlet is deprecated

ralscha do-not-reply at jboss.com
Sun Jul 15 14:21:17 EDT 2007


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



More information about the jboss-user mailing list