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.org library) 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 [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 -~----------~----~----~----~------~----~------~--~---
