Hi I have some trouble when refreshing a MVP application i developer mode. Browser says:
---- GWT Code Server Disconnected Most likely, you closed GWT Development Mode. Or, you might have lost network connectivity. To fix this, try restarting GWT Development Mode and REFRESH this page. ---- And then, pressing refresh it works again. The error only happens when going to url withouth the # at the end (Reloading the entire application and doing onModuleLoad()). The error code line which throws the error is: --- service.sendRequest(requestData, callback); --- And the error is an umbrella error. The relevant part is: --- Caused by: com.google.gwt.core.client.JavaScriptException: (Error): Unknown failure description: Unknown failure --- Is this normal? Do i need to clean my services in a specific way in the @onStop from the activities? 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 [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.
