gwt-dispatch cross-post: InstantiationException of DispatchServiceServlet

2009-08-27 Thread grigory
Hi, I just downloaded gwt-dispatch-1.0.0.jar and tried to use it on our new GWT project but encountered the following error both on hosted and web mode when launching our GWT app. This is the full stacktrace for the hosted mode: [WARN] /com.xxx.yyy.zzz.XYZModel/dispatch

How to troubleshoot NPE during UIBinder component initialization

2011-03-23 Thread grigory
Having the NPE problem during view initialization I determined that this element @UiField(provided=true) ShortMessageBox shortMessageBox; causes it. When I remove it from the view everything works fine. The ShortMessageBox is defined UIBinder-based componet: public class ShortMessageBox

Re: How to troubleshoot NPE during UIBinder component initialization

2011-03-24 Thread grigory
No. private static MainPageViewUiBinder uiBinder = GWT.create(MainPageViewUiBinder.class); @Inject public MainPageView(SignInOutLink signInOutLink, ShortMessageBox shortMessageBox) { this.signInOutLink = signInOutLink; this.shortMessageBox = shortMessageBox;

Re: How to troubleshoot NPE during UIBinder component initialization

2011-03-25 Thread grigory
Thanks, adding -gen folder compiler argument (and adding it to classpath) helped with both generated code and more informative error messages. On Mar 23, 11:35 am, Thomas Broyer t.bro...@gmail.com wrote: To debug generated code: pass the -gen argument to DevMode (e.g. -gen gen) so you can look

Re: How to troubleshoot NPE during UIBinder component initialization

2011-03-25 Thread grigory
Thanks, adding -gen folder compiler argument (and adding the folder to classpath when running in dev.mode) helped with both generated code and more informative error messages. I was missing inherited modules in the application gwt.xml file. On Mar 23, 11:35 am, Thomas Broyer t.bro...@gmail.com

Re: The long awaited GMD 2.0 is now available

2017-11-05 Thread Grigory Shoichate
look amazing !!! On Sunday, November 5, 2017 at 7:28:47 AM UTC-5, mark kevin ringor wrote: > > > > > Showcase: http://gwtmaterialdesign.github.io/gwt-material-demo/ > > Release Notes: > 1. gwt-material - >