On Oct 5, 10:00 am, Tom de Vroomen <tomh...@gmail.com> 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 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.

Reply via email to