Unable to catch onFailure() GWT AsyncCallback

2016-04-15 Thread Olar Andrei
I am creating an appliaction which requires user authentication. I have one problem when I'm trying to log in. When I type a correct username and password, the onSuccess method is called. But when I type a wrong one, or empty fields, then the onFailure() method is NOT called. I really want to

Re: gwt-2.8-git compilation failure

2016-04-15 Thread Vassilis Virvilis
Thomas, thanks. You were spot on. I am using gwt-tour whch requires ahome-come which was masking UiBinderParser and UiBinderGenerator. I have fixed (in my private git) some issues of the same type from eclipse through the normal java compilation. SDM was working GWT compiling was failing Now

Re: gwt-dev and javax-validation:validation-api

2016-04-15 Thread Thomas Broyer
On Friday, April 15, 2016 at 4:03:36 AM UTC+2, Ali Akhtar wrote: > > Heya, > > I'm using Dropwizard and GWT in the same project. Problem is, Dropwizard > relies on javax-validation:validation-api 1.1.0.Final and GWT uses an older > version of the lib. > > With dependencyManagement, I've got the

Re: gwt-2.8-git compilation failure

2016-04-15 Thread Thomas Broyer
On Friday, April 15, 2016 at 10:15:30 AM UTC+2, Jens wrote: > > Well then you have a class path issue. The classpath of your CodeServer > run configuration is probably different than the one used for a normal > compile. Make sure you do not have GWT 2.7 on classpath. > …or a third-party lib th

Re: gwt-2.8-git compilation failure

2016-04-15 Thread Jens
Well then you have a class path issue. The classpath of your CodeServer run configuration is probably different than the one used for a normal compile. Make sure you do not have GWT 2.7 on classpath. -- J. -- You received this message because you are subscribed to the Google Groups "GWT User

Re: gwt-2.8-git compilation failure

2016-04-15 Thread Vassilis Virvilis
Hi Jens I would prefer a trick in the opposite direction (make compile work instead of breaking SDM) but even that fails :-) SDM continues working after the 'clean'. Production compile fails with this message. I noticed that UibinderWriter has an added gssOptions parameter in the constructor. Loo