Sorry for bothering everybody in this season of good cheer. I found
the problem which was my own (of course). I had my json object
instantiated per the RPC servlet class and not the servlet method.

Think I'll go and have a drink now.

John

On Dec 26, 4:05 pm, byhisdeeds <byhisde...@gmail.com> wrote:
> Please forgive me if the question seems a bit daft. Its christmas and
> maybe I have had too much to drink. I have a GWT 1.5 application using
> RPC to access some server side code running under tomcat 6.xxx. I've
> just recently seen something that puzzles me. When I let fly with 10
> or 20 independent RPC calls from my client, each of which queries a
> database and returns an entry for a single row in a table, I see all
> the calls being received by the server RPC method, but  when I look at
> the response being sent back to the client (within the RPC method) I
> see some overwriting each other. That is, I instantiate a JSONObject
> (http://www.jason.orglibrary) within the RPC myMethod(String s){...}
> and see that different call to the RPC method result in the same
> values for the JSON object just before returning. Since I instantiate
> these within myMethod(String s){...} I expect that they should not
> interfere with each other. Am I missing something.
>
> John
> P.S. A merry Christmas and Happy New Year when it comes (even if you
> can';t help me solve my problem).
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to