After upgrading my application to GWT 2.0, I am getting a com.google.gwt.user.client.rpc.StatusCodeException on an rpc call in Development mode. This only happens in Development mode, and only in Chrome and FF, it works fine in IE. When I look at the apache logs for production mode (and development mode in IE), the rpc call becomes an http POST:
127.0.0.1 - - [04/Jan/2010:16:25:56 -0800] "POST /parvia/piece.rpc HTTP/1.1" 200 1943 "http://localhost:8888/commerce/hosted.html? commerce" "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; OfficeLiveConnector. 1.4; OfficeLivePatch.1.3)" but in Firefox and Chrome Development mode, the rpc call results in an http OPTIONS: 127.0.0.1 - - [04/Jan/2010:16:28:24 -0800] "OPTIONS /parvia/piece.rpc HTTP/1.1" 200 - "http://localhost:8888/commerce/hosted.html?commerce" "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.43 Safari/532.5" anyone have an idea what is causing this? Thanks, Lance -- 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.
