I've got some problem with integrating GWT 2.0 with jetty continuation. There problem is I made default GWT application in eclipse, added jetty-gwt-7.0.0.pre5.jar servlet-api-3.0.pre1.jar to war/WEB-INF/lib and class path and changed in server class only RemoteServiceServlet to AsyncRemoteServiceServlet. When I run it and click "Send button" I've following errors:
WARN:/webapp:Exception while dispatching incoming RPC call java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.isSuspended()Z at com.google.gwt.user.server.rpc.OpenRemoteServiceServlet.doPost(OpenRemoteServiceServlet.java: 226) at javax.servlet.http.HttpServlet.service(HttpServlet.java: 727) at javax.servlet.http.HttpServlet.service(HttpServlet.java: 820) What do I wrong? Could anybody send me simple working application in gwt with jetty continuation? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.