I realized I was using the 2.1 style to create my RequestFactory I came across this, while digging into code:
* ServiceLayer serviceLayer = ServiceLayer.create(); * SimpleRequestProcessor processor = new SimpleRequestProcessor(serviceLayer); * EventBus eventBus = new SimpleEventBus(); * MyRequestFactory f = RequestFactoryMagic.create(MyRequestFactory.class); * f.initialize(eventBus, new InProcessRequestTransport(processor)); now I am going to experiment (in test mode) with this, see if I am correct in my guess. -- 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.
