You can create your own ServiceLayerDecorator that overrides the default behavior of the createLocator() method. There's an example of wiring in a custom ServiceLayerDecorator here:
http://code.google.com/p/listwidget/source/browse/trunk/src/main/java/com/turbomanage/listwidget/server/servlet/ Basically you extend RequestFactoryServlet to add your own decorator, then rewire web.xml to serve /gwtRequest with your custom servlet. Your own ServiceLayerDecorator would presumably get the Locator instance from Spring instead of the default new instance. See also http://groups.google.com/group/google-web-toolkit/browse_thread/thread/20ea2aea53aa29d3/73c1d8940157f61d HTH, /dmc On Fri, Mar 25, 2011 at 12:29 PM, Lukasz Strzelecki <[email protected]>wrote: > Kathiravan Tamilvanan <kathir@...> writes: > > > > > > > Did you manage to resolve this? I'm forcing with same problem rigth now. > > > -- > 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. > > -- David Chandler Developer Programs Engineer, Google Web Toolkit w: http://code.google.com/ b: http://googlewebtoolkit.blogspot.com/ t: @googledevtools -- 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.
