Hi,
My GWT-RPC call is working fine for some number records (around 600).
But the same RPC call is throwing JavaScript Error for huge number of
records.
My server side call is returning/transferring ArrayofObject(MapItem[])
which contains around 20 attributes to client side.
Error:
com.google.gwt.core.client.JavaScriptException:(SyntaxError);Expected
')'
description: Expected ')'
number: -2146827282
I have verified below things. But everything looks fine.
1. Any invalid character in the data. But the Data looks fine
2. JDBC timeout – There is no timeout while fetching the huge records.
Server side code is returning the records successfully.
3. RPC Request Timeout – It is not throwing any timeout exception.
4. WriteResponse was successful in RemoteServiceServlet.
So I just want to know is there any limit in the RPC call? If so is
there any alternative way which I can use for huge data?
I am using GWT 2.3, java 1.5 and weblogic 10.2.
Thanks in advance for you help..
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment