I would search for this issue on the GWT boards, and the GWT-SL boards (even if not using it, same issue). If you are skipping the GWTShellServlet for hosted mode then nope, I don't know where to go from there. Don't get me wrong, it probably can be done, I just don't know how you would handle it because I have zero experience with that.
(The shell servlet generates the policy files for hosted mode, the compiler creates them when you compile. Of course when running the shell you DONT need the compiler, so if not using the shell servlet you don't have either thing there. If you wanted to tack them on you might run the compiler and then copy them - but that would be s l o o o w, and I am not sure where they need to end up for the shell, don't know if just in the classpath is enough or not.) On Dec 10, 9:18 am, [EMAIL PROTECTED] wrote: > 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 > incominghttp://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 -~----------~----~----~----~------~----~------~--~---
