2 Replies Latest reply on Jul 28, 2011 3:31 AM by jaikiran

    Async Servlet and IllegalStateException

    maximilien

      Hi,

       

      I'm migrating my project from jboss6 to jboss7 and have a problem with my Servlet that throws an "java.lang.IllegalStateException: The servlet or filters that are being used by this request do not support async operation" when i call startAsync.

       

      Step by step i manage to isolate the problem that seems to due to seam-solder presence in my ear/lib folder.

      I've attached the simple test app. If you deploy it and try to access to http://192.168.0.49:8080/servlet2/servletgrrr/hello you should obtain the error. Then if you simply remove seam-solder.jar from ear lib and redeploy all is ok.

       

      Best regards,

      Maximilien