Ah, I think I see it: Try saving RequestContext when you first call rF.userRequest(), and then re-use it when you call create() and persist().
On Dec 30, 11:05 am, Simon Majou <[email protected]> wrote: > I completed with that code from RequestFactoryJreTest : > > DomainRequestFactory rF = > RequestFactoryMagic.create(DomainRequestFactory.class); > EventBus eventBus = new SimpleEventBus(); > ServiceLayer serviceLayer = ServiceLayer.create(); > SimpleRequestProcessor processor = new > SimpleRequestProcessor(serviceLayer); > rF.initialize(eventBus, new InProcessRequestTransport(processor)); > > But still the same error. -- 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.
