Re: GWT RPC Problem with JDP

2009-09-08 Thread Sri
You cannot return StreamingQueryResult from your RPC Method. The RPC Method must return an object that implements Serializable and has a default no-args constructor. Also, this class should not depend on any server specific class. Remember - the object you return from your RPC method will

GWT RPC Problem with JDP

2009-09-07 Thread webnazar
Mudassar Nazar : Software Engineer This is not only a problem, but also a bug issue, i was trying from app the possiblities of trial and error method for ruuning the program but it is failed. Sep 7, 2009 3:32:55 PM com.google.appengine.tools.development.ApiProxyLocalImpl log SEVERE:

Re: GWT RPC Problem with JDP

2009-09-07 Thread vasem want
This is no RPC issue but it is the thread invokation it seems all yours threads are busy and on top of that it is not able to find the object you are riding the data on , check your object response and check your pooling first On Mon, Sep 7, 2009 at 6:08 PM, webnazar webna...@gmail.com wrote: