Durring a standard RPC call I have the following error on IE (and
hosted mode GWT 1.5.2):
[ERROR] (SyntaxError): Identificateur attendu
number: -2146827278
description: Identificateur attendu
com.google.gwt.core.client.JavaScriptException: (SyntaxError):
Identificateur attendu
number: -2146827278
description: Identificateur attendu
at
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.eval
(Native Method)
at
com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.prepareToRead
(ClientSerializationStreamReader.java:57)
at
com.google.gwt.user.client.rpc.impl.RemoteServiceProxy.createStreamReader
(RemoteServiceProxy.java:178)
at
com.google.gwt.user.client.rpc.impl.RemoteServiceProxy.createStreamReader
(RemoteServiceProxy.java:1)
at
com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived
(RequestCallbackAdapter.java:197)
at com.google.gwt.http.client.Request.fireOnResponseReceivedImpl
(Request.java:254)
at com.google.gwt.http.client.Request.fireOnResponseReceivedAndCatch
(Request.java:226)
at com.google.gwt.http.client.Request.fireOnResponseReceived
(Request.java:217)
In fact on of my object had a string with an 'é' char and then the
serialised string look like this:
[0,14,1.2240656 [...] n_failed.html","atterrisage rat?,0,5]
If I replace the 'é' with a simple 'e', everything is working well :
[0,14,1.2240656 [...] n_failed.html","atterrisage rate"],0,5]
Is this error already reported ?
How can I fix that error ?
Vincent
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---