Multiple instances of a RequestFactory?

2011-08-10 Thread Kevin Jordan
I'm making my code use one instance of my RequestFactory, but anywhere else that I've missed so far that still creates another instance of it through GWT.create seems to have no transport: Cannot call method 'send__Ljava_lang_String_2Lcom_google_web_bindery_requestfactory_shared_RequestTransport

Re: Multiple instances of a RequestFactory?

2011-08-10 Thread Jeff Larsen
On the ones you are creating new, are you giving them an EventBus? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/esHEBRYEkCgJ. To post to this

Re: Multiple instances of a RequestFactory?

2011-08-10 Thread Kevin Jordan
No, I suppose I'm not. Is that where it gets the transport? Does it normally default to null? If you don't initialize it on an EventBus it doesn't get a transport? On Aug 10, 3:39 pm, Jeff Larsen larse...@gmail.com wrote: On the ones you are creating new, are you giving them an EventBus? --