Hello,

when I have GWT 1.7.1 I can make RPC call from hosted mode (localhost:
8080) to another domain (RPC service impl on localhost:9280 or
anywhere) ...

... but now I have GWT 2.0 and Eclipse with latest GWT plugin (no code
was changed) and I have strange behavior with RPC calls. I can not
reached remote service on localhost:9280 in development mode:

com.google.gwt.user.client.rpc.StatusCodeException:
        at
com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived
(RequestCallbackAdapter.java:192)
        at com.google.gwt.http.client.Request.fireOnResponseReceived
(Request.java:287)
        at com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange
(RequestBuilder.java:396) ...

... StatusCodeException with no message. I think that it is something
with cross-domains calls protection. XS linker was added into module,
but with no success.

Does anybody help me please ?
Thanks.

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to