I have a service that is working from an existing screen.  I've added
a couple of new methods to it for another screen.  When I attempt to
call one of these RPC methods, I get an exception indicating that it
failed to find a matching method:

2009-08-18 14:17:55.653:/:WARN:  Exception while dispatching incoming
RPC call
java.lang.SecurityException: Failed to locate method upgradeImmediately
(class [J, class java.lang.Long) on interface
com.allureglobal.harvey.controller.gwt.PlayerServiceController
requested through interface com.google.gwt.user.server.rpc.RPCRequest

This controller class is implemented using Struts2 (we're slowing
swapping out Struts in favor of GWT).  So, the service is wired up
using ServiceDefTarget to define the entry point in the Struts
controller.  Because of this setup, I can't run against the real
service in hosted mode (that I'm aware of).  So, we have a dummy
service implementation for that purpose and comment out the
ServiceDefTarget stuff.  From that point of view, everything seems to
be working.  It's just when I try to hit the real service that things
fail.  This works great for the first screen, but the new one is
failing.

Anyone got any insight that might help me track down the problem?
Thanks,
Dave

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to