Thank you Thomas for your answer, actually I've found where the problem was : I had not remove the previous annotation @service the requestContext interface.
We only have to use the new one @serviceName. Have a good day. Geoffray On 14 sep, 14:00, Thomas Broyer <[email protected]> wrote: > Line 425 in the version included in 2.4.0 cannot throw an > ArrayIndexOutOfBounds:http://code.google.com/p/google-web-toolkit/source/browse/tags/2.4.0/... > Are you sure you deployed the correct version of gwt-servlet.jar or > requestfactory-server.jar? > It looks like you might still be using 2.3.0 on the > server:http://code.google.com/p/google-web-toolkit/source/browse/tags/2.3.0/...(even > though the error should be line 426 there) -- 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.
