Yes, I am using Spring (but not GWT-SL). I have my own org.springframework.web.servlet.HandlerAdapter and org.springframework.web.servlet.HandlerMapping which I use to route incoming http://site/gwt-rpc/* calls to the proper com.google.gwt.user.client.rpc.RemoteService implementations, exploiting com.google.gwt.user.client.rpc.RemoteServiceRelativePath along the way..
Are you aware of any way to create the RPC policy files such that I could tack that on as an execution inside Maven? The errors, to me, are mostly just annoying, but I'm not skilled enough in GWT internals to know whether they are more than that.. Any help is appreciated. :-) -jesse On Sun, Dec 7, 2008 at 8:10 PM, Charlie Collins <[EMAIL PROTECTED]> wrote: > > Are you doing anything special with regard to the GWTShellServlet - > like NOT using it? If you are trying to use Spring or GWT-SL or > something like that it is a common problem (the shell servlet and > hosted mode create the RPC policy files dynamically outside of the > compiler, if you avoid the standard path you subvert that). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" 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/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
