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 $TransportReceiver_2V' of null
Is this the desired behavior that you should only create it once? Not sure if this is an issue in 2.4 as I haven't upgraded to that yet, but it definitely is in 2.3.0. I'm switching to just using the one instance, so it shouldn't be an issue for me after that, but it can be sort of deceiving if this is the desired behavior since it's not noted in the docs as far as I've seen. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.