I have found a few issues trying to use the async servlets with a non trivial webapp.
When I run using gwt:run, there are missing dependencies.

I found that the command-line generated by GWTRunMojo needs to include all dependencies, not just "sources" dependencies.

Also I found that the ${project.build.directory} needs to be added to the GWTShell classpath.

These are pretty simple code changes to make, but I wondered if perhaps I was doing something wrong.

In particular I was using xstream with the servlet and although xstream was in the deps for my maven project, GWTShell fails to load the servlet properly.

Adding xstream to the classpath does the trick

Cheers,
Matthew

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to