Due to some bugs in IE7 support I get these occasinal error code 12027
or 12025 in my application.  These are typically caused by a
connection timeout somewhere between IE, Apache, and the Glassfish
backend.  In addition, I occasionally get error 0 in Firefox, which I
suspect is the same problem.

To workaround this I've added retry logic, and packaged it as a
generator that wraps an existing RemoteService and intercepts each
call and retries if the call failed due to certain error codes.  You
can provide your own RetryController to adjust the logic by which it
decides to retry.

In addition, it will also retry by default for error 404, 503, and 504
under the assumption that your URL is correct but that the server is
restarting or redeploying the application.

If this sounds interesting to you, come try out kiyaa.  It's still
newly released so there's not a lot of documentation, but I can
usually answer questions about it within a few days.

http://code.google.com/p/kiyaa/


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to