gabrial11392 / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
0 stars 0 forks source link

AsyncProvider call fails in compiled version of the gwtpsample #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like the very call the AsyncProvider.get() method fails in the 
javascript compiled version of gwtpsample.

I've narrowed it down to this:
CodeSplitProvider.get() is called, and calls AsyncProvider.get() as expected, 
however neither callback.onSuccess() nor callback.onFailure() is ever called. 
Instead, a javascript exception is fired.

I've posted this to the gin mailing list and will see if they ever fix it. 
The post is in moderation now, I'll link to it here when it shows up.

Original issue reported on code.google.com by philippe.beaudoin on 9 Apr 2010 at 7:45

GoogleCodeExporter commented 9 years ago
Fixed it by using a Provider instead of an AsyncProvider for the 
MainPagePresenter... We should keep an eye out for that problem, though.

Original comment by philippe.beaudoin on 12 Apr 2010 at 5:18