Re: GWT RPC Problem

2012-02-06 Thread paramesh reddy
Hi, please can any one slove my problem.how I can make more than 6 RPC call at a time.some peoples told me it is depending on browser,but I tried in IE ,Chorme and firefox every where same result. On Sat, Jan 28, 2012 at 12:59 PM, paramesh reddy permi.re...@gmail.comwrote: Hi, I tried in

Re: GWT RPC Problem

2012-02-06 Thread Alan Chaney
On 2/6/2012 8:45 AM, paramesh reddy wrote: Hi, please can any one slove my problem.how I can make more than 6 RPC call at a time.some peoples told me it is depending on browser,but I tried in IE ,Chorme and firefox every where same result. Well, they were right - the browser controls the

Re: GWT RPC Problem

2012-02-06 Thread Jens
Well I think Google search is your friend. A quick search gave me http://support.microsoft.com/kb/282402 which shows you how to increase the limit in IE. Don't know if its possible in other browsers. In general I would say you should write your app in a way that it does not depend on a lot of

Re: GWT RPC Problem

2012-02-06 Thread JoseM
You can use RequestFactory append to do a batch request http://code.google.com/p/google-web-toolkit/wiki/RequestFactory_2_4#Improved_request_batching -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT RPC Problem

2012-01-27 Thread paramesh reddy
Hi, I tried in IE and Chrome Browser ,both have same.can you tell me how to avoid this problem? On Thu, Jan 26, 2012 at 8:28 PM, Alfredo Quiroga-Villamil laww...@gmail.com wrote: This is a limitation superimposed by browsers and it varies depending on which browser you are dealing with.

Re: GWT RPC Problem

2012-01-26 Thread Alfredo Quiroga-Villamil
This is a limitation superimposed by browsers and it varies depending on which browser you are dealing with. My suggestion if you have a number of requests, each taking an X amount of time is to look into a Server Push approach. Regards, Alfredo On Wed, Jan 25, 2012 at 1:54 PM, permi

GWT RPC Problem

2012-01-25 Thread permi
Hi, I am able to call max 6 RPC calls at a time .how I can increase the calls. Ex: I have a 10 methods ,each method is take 5 min time to complete the task.so when I start to call all methods at a time I can able to call max 6 methods, reaming 4 calls in queue i think,after completion of

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:

GWT RPC problem..

2009-03-27 Thread chandrashekhar patil
Hi All, I am new to GWT. I am getting problem in calling the RPC methods. before I had problem with entity not mapped, it solved now but getting new problem that not returning any valued from *getOneByLoginAndPassword* method.. I get value from database but not *LoginImpl*.. gettting following

Re: GWT RPC problem while deploying on glassfish

2009-02-19 Thread Felipe Cypriano
What's is the code for this class: client.modeller.Student ? Regards, --- Felipe Marin Cypriano Vitória - ES http://www.linkedin.com/in/felipecypriano On Wed, Feb 18, 2009 at 12:15 PM, yek...@gmail.com yek...@gmail.com wrote: Hi everybody I builded a war and using gwt-rpc mechanism. It

GWT RPC problem while deploying on glassfish

2009-02-18 Thread yek...@gmail.com
Hi everybody I builded a war and using gwt-rpc mechanism. It works well on tomcat. But there comes a problem when I want to deploy on glassfish. I couldn't find anything on web. I will be happy if somebody helps. The error is written below.(detected on glassfish logs) Exception while