Servlet 3.0 Support

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2957

This topic has not yet been written. The content below is from the topic description.
32.2. Servlet 3.0 Support Our Servlet 3.0 support has only been tested with JBoss AS 6 M4 (trunk SVN as of 7/12/2010). Your deployed Resteasy applications must also use a different Resteasy servlet, org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher. This class is available within the async-http-servlet-3.0-xxx.jar or within the Maven repository under the async-http-servlet-3.0 artifact id. web.xml: Resteasy org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher true There's also a Filter30Dispatcher class if you want to use Resteasy as a filter. If you are running within JBoss AS 6 M4 or higher, you do not have to add this config to your web.xml if you are relying on the app server to do automatic scanning and have web.xml empty.