RPC not reaching the server

2011-03-28 Thread chill_hus
Hi, I am facing issue with the RPC call not completing. Few times the RPC call doesn't reach the server and neither is onFailure called. At these times 100% CPU usage is observed. I am facing this issue in IE and it has been occuring once in a while. Has anyone faced such an issue or know anything

Re: Facing problem tackling browser refresh

2010-04-21 Thread chill_hus
. On 20 apr, 09:24, chill_hus hussain.wa...@gmail.com wrote: Hi I am working on an application which uses GWT 2.0, gwt-comet GXT I have added a close handler (Window.addWindowClosingHandler) to detect refresh and closing of browser When this handler is called I do a RPC to a servlet

Facing problem tackling browser refresh

2010-04-20 Thread chill_hus
Hi I am working on an application which uses GWT 2.0, gwt-comet GXT I have added a close handler (Window.addWindowClosingHandler) to detect refresh and closing of browser When this handler is called I do a RPC to a servlet. This RPC is executed properly if the browser tab is closed. However in

Re: doubts regarding upgrading to 2.0

2010-02-17 Thread chill_hus
: My project gwt-comet works with GWT 2.0 and is a far better (in my opinion) implementation than Rocket. Check out the feature set here:http://code.google.com/p/gwt-comet/ On Feb 15, 4:29 pm, chill_hus hussain.wa...@gmail.com wrote: Hi I work on a project which uses GWT 1.5.3. I want

doubts regarding upgrading to 2.0

2010-02-14 Thread chill_hus
Hi I work on a project which uses GWT 1.5.3. I want to upgrade it to 2.0 The project uses GWT-Rocket (specifically comet). I wanted to know if Rocket is compatible with GWT 2.0 as there are no updates on rocket for quite sometime. Also if rocket is not compatile anymore, is there any other

Facing problem during compiling my project with GWT 1.6.4

2010-02-01 Thread chill_hus
$WorkerThread.run(PermutationWorkerFactory.java:72) at java.lang.Thread.run(Unknown Source) [ERROR] Not all permutation were compiled , completed (1/5) Pls can anyone help me with this On Jan 29, 7:51 pm, chill_hus hussain.wa...@gmail.com wrote: I am working on a project in which rocket-gwt

Rocket compatibility with GWT 1.6 and higher versions

2010-01-31 Thread chill_hus
I am working on a project in which rocket-gwt (more specifically comet) is heavily used. The project is using GWT 1.5.3 When i upgraded it to GWT 1.6, I am facing compile errors. I used the Rocket-GWT1.6.zip which was available http://code.google.com/p/rocket-gwt/issues/detail?id=64 The