Do u have Service and ServiceAsync interface in other projects? If yes, then you forgot to export the compiled jar of it in to web-app's WEB-INF/lib directory.
-Bakul. On Jan 6, 11:13 am, Nick <[email protected]> wrote: > Ok, let me add on something else I've found. I've not removed the > getSessionIdStr() which was causing my problems. Of course everything > works again. > Next I've made a change to the original method that did work. I > changed: > getMyEvents(int num) > to > getMyEvents(int num, boolean b) > > Of course I made the changes in all files so it would compile and run > in hosted browser, but it gives me the same exception when running in > an outside tomcat. Could > not locate requested method getMyEvents(int num, boolean b). > > I rebooted my server and still nada. I have to be missing something > simple...any clues? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
