Hello, I have a simple test application based on the "Web Application Starter Project" created with webAppCreator as a maven project. When clicking on a button, it makes a request to the server.
It works fine when started with mvn gwt:devmode. But when started from within eclipse with "Run As -> GWT Development Mode with Jetty", the call to the server doesn't return and chrome shows errors in the development mode console: <https://lh3.googleusercontent.com/-L_ZphjZxt4Y/WMl5dNOCvbI/AAAAAAAAANo/Bum_VwktcYk06zn2w8lYk0YUMQ0_bplgwCLcB/s1600/time2.png> The identifier "onSuccess" must refer to the async callback function: <https://lh3.googleusercontent.com/-NNb1TX5AqZE/WMl6QpuBvaI/AAAAAAAAAN0/fkPQiaenF0osvZ4k_TxZ6ezP7W6W8cpvQCLcB/s1600/time.png> As you can see, the lines of the callback functions "onSuccess" and "onFailure" are greyed, so that I cannot set any breakpoints there. The applications runs fine when started with maven like this: mvn clean compole package gwt:devmode I also have tried to do a "Refresh" in eclipse, but the application keeps running into that error, but only when started in eclipse. What's wrong? Thanks Magnus -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
