Hi.
Our application on server side generates complex data structure which
is
serialized by RPC class into array with lenght near 37K of chars:
responsePayload "//OK[0,82 .... ],0,4]"
value char[37088]
Then the response is successfully sent from server (no errors in log
files).
But on the client side the InvocationException is thrown in class
RequestCallbackAdapter (method onResponseReceived) because
the response.getText() is somehow corrupted: it contains array of 3
chars.
When the response is smaller - near 32K (after serialization) then
the call is successfull and all the data is passed to the client.
So, I wonder if there is any limitation on size of data passed thru
GWT-RPC?
If yes, how I can workaround?
We use GWT 1.5.3.
--
Zmitro Lapcionak
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---