Hey Thomas,

Thanks for the heads up.
It wasn't exactly the servlet-api, but my GWT JUnit launch config
wasn't correct.
It hadn't the GWT SDK and JUnit3 on it's classpath. Weird that they
disappeared.

So, your answer wasn't exactly the solution, but you put me in the
right direction.
Thanks!

On Oct 5, 6:16 pm, Thomas Broyer <[email protected]> wrote:
> On Oct 5, 10:00 am, Tom de Vroomen <[email protected]> wrote:
>
>
>
> > Hello there,
>
> > I just implemented MVP into my project and wanted to do some
> > GWTTestCase tests.
> > I run the test by eclipse launcher with JUnit 3, also tried JUnit 4,
> > but no success.
>
> > I get the following stacktrace:
>
> > Module
> > com.nuon.cs.is.nuonxx.web.mijnnuon.gwt.movestatus.MoveStatusTest.JUnit
> > has been loaded
> > StandardContext[]shell: init
> > [WARN] StandardContext[]Exception while dispatching incoming RPC call
> > java.lang.NoSuchMethodError:
> > javax.servlet.http.HttpServletResponse.setCharacterEncoding(Ljava/lang/
> > String;)V
>
> Do you have the servlet-api in your classpath? before gwt-user? in a
> version before servlets 2.4?
> gwt-user bundles the servlet api (2.4 or 2.5, cannot remember), so you
> don't have to put yours in the classpath.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to