Re: Problem running application GWT 2.0 with GWT Eclipse plugin

2010-01-15 Thread mlopez
Hello Jason, I have tried to delete my old launch configuration and then Run As - Web application for my GWT project but the result is the same, in the moment that the application calls to any RPC service throws the error: Cannot find resource 'com/xxx/architecture/commons/gwt/web/client/yyy/

Re: Problem running application GWT 2.0 with GWT Eclipse plugin

2010-01-15 Thread Sorinel C
1. Can you check to clean up your environment like is explained here? http://ui-programming.blogspot.com/2009/12/update-your-application-to-gwt-20.html 2. If you still have problems after step 1, then check out the java class that you get error for (maybe you use some external unsupported classes

Re: Problem running application GWT 2.0 with GWT Eclipse plugin

2010-01-11 Thread Jason Parekh
Let's try some simple things first. Could you try deleting your old launch configuration(s) and then Run As Web App again? Could you describe your modules a bit more (which ones are involved, which have the RPC services, etc.)? jason On Mon, Jan 11, 2010 at 8:02 AM, mlopez