I am trying out the 1.2.3 version of library. Earlier I was trying to use it in my project, which uses spring (3.0.5) and gwt (2.4). But I kept getting the "
comet timeout has expired after 10000ms" error. I had sub-classes the CometServlet class and had ensured with logs that the doComet method was getting called. I was getting the same error in hosted mode as well as deployed mode (tomcat 7.0.26). I tried downgrading gwt to version 2.3, but it did not help either.
Then I deployed the gwt-comet-examples-1.2.3.war in tomcat (7.0.26) and the chat application shows the same error! I'm getting it consistently on chrome (17), firefox (10) and IE (9). Any ideas what I might be doing wrong?