Debugging the serialization process for GWT-RPC
Hello all,
I'm fairly new to GWT. I have had one RPC service working for about 3
weeks. Last week I implemented a second one. No problems. In the
last couple days I Implemented a third service not unlike the first 2,
but I did have to make some changes to my model classes.
Suddenly the first service returns 500 errors if the return value is
not null. The exception says to "See server logs for details" but I
can't find any clues in the server logs at all. From everything I can
see on the "server" side everything completed normally.
I can put a breakpoint right before the return statement and
everything seems to be in order. Is there any way looking into what
problem may have been encountered while trying to serialize the retrun
value?
I'm using Eclipse 3.5 with the 1.7.1 version of the plugin.
Sorry for the lack of specifics, but any tangible error message is
exactly what I'm looking for.
Thanks,
Eric
--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home