Re: UnableToCompleteException

2019-04-02 Thread vitaly goji
I am gonna try that. Thank you for your help! On Tue, Apr 2, 2019, 6:14 PM Rob Newton wrote: > I wonder if the GWT unit cache is corrupted? Try removing directories > named gwt-unitCache and/or /tmp/gwt-cache-* (linux). > > On Tuesday, April 2, 2019 at 6:32:10 AM UTC+11, Andrew Buck wrote: >>

Re: UnableToCompleteException

2019-04-02 Thread Andrew Buck
That fixed it. Thank you!! On Tuesday, April 2, 2019 at 6:14:07 PM UTC-7, Rob Newton wrote: > > I wonder if the GWT unit cache is corrupted? Try removing directories > named gwt-unitCache and/or /tmp/gwt-cache-* (linux). > > On Tuesday, April 2, 2019 at 6:32:10 AM UTC+11, Andrew Buck wrote: >>

Re: UnableToCompleteException

2019-04-02 Thread Rob Newton
I wonder if the GWT unit cache is corrupted? Try removing directories named gwt-unitCache and/or /tmp/gwt-cache-* (linux). On Tuesday, April 2, 2019 at 6:32:10 AM UTC+11, Andrew Buck wrote: > > I am getting an exception when trying to use super dev mode that I don't > understand. Stack trace

Re: Immutables with RestyGWT and gwt-jackson

2019-04-02 Thread Ahmad Bawaneh
Do you have a simple sample project, i would like to see if what is needed to make this also works with gwt-jackosn-apt. On Tuesday, April 2, 2019 at 10:03:28 PM UTC+3, foal wrote: > > Hi, > > Spent several hours to make workable Immutables ( > https://immutables.github.io) objects with RestyGWT

Immutables with RestyGWT and gwt-jackson

2019-04-02 Thread foal
Hi, Spent several hours to make workable Immutables ( https://immutables.github.io) objects with RestyGWT and gwt-jackson. Default approach with @JsonSerialize(as = ImmutableVal.class) @JsonDeserialize(as = ImmutableVal.class) doesn't works (gwt-jackson ignore @JsonDeserialize "as" attribute