Do you see this error every time, or just intermittently?

Thanks,
John LaBanca
jlaba...@google.com


On Thu, Aug 19, 2010 at 11:58 PM, Pascal Patry <i...@invalidip.com> wrote:

> On Thursday, August 19, 2010 23:50:44 Ray Cromwell wrote:
> > That's interesting, because Longs are supposed to be serialized as
> strings
> > not JSON numbers, I'll have to check the server code.  Would you mind
> > posting the Request interface method definition? Does the class
> referenced
> > by @Service actually return a Long/long?
>
> Sure, here it is:
>        RequestObject<Long> countUsers(final String userSession);
>
> And its current handler:
>        public static Long countUsers(final String userSession) {
>                return 3L;
>        }
>
> --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to