Re: Issues calling RPC with GWT 2.8 RC1

2016-08-28 Thread nishantarya4
I did not try Rc2 yet. Is this issue fixed in Rc2, if you know ? Thanks, Nishant On Thursday, August 25, 2016 at 6:06:51 PM UTC+7, Juan Pablo Gardella wrote: > > Did you try 2.8 rc2? Which error are you seeing? > > On Thu, 25 Aug 2016 at 07:16 wrote: > >> Hi, >> >> From

Re: Issues calling RPC with GWT 2.8 RC1

2016-08-28 Thread nishantarya4
I am using gwt-servlet-2.8 RC1 jar on server too. I get 500 Internal Server Error in Throwable. Also I have not tried Gwt 2.8 RC2, I just updated to Rc1 for now. Is this issue fixed in Rc2 ? Also I just discovered that issue goes away if I stop using gwt jackson library which I have started

remove annotation in gwt compiler process ?

2016-08-28 Thread 'Marian S' via GWT Users
Hi, Im write a annotation processor for shared package and need remove this in gwt compilation process ? Im try with "super source" but I take only error .. ( have maybe someone example project for "super source " ?) e.g. expected package not the same like . Im using gwt 2.8

Meta validation

2016-08-28 Thread Predrag Remark
In our recent blog post we have discussed data validation. Discussion is about the types of validation and common limitations in widget libraries and how to overcome those limitations. You can find it here: http://www.codeless.solutions/#!blog/mtaac and watch the video that illustrates this

Re: gwt-material 1.6.0 is now available

2016-08-28 Thread Ed
Great Job. Does this work with gwt 2.7? I use 2.7 with 1.5. When i swapped out the jars to 1.53 the browser froze and the process had to be terminated. I was looking for migration notes but did not find. Ed On Sat, Aug 27, 2016 at 1:50 PM, Rodrigue Lagoué Rodrigue wrote:

Re: Gwt JSNI error

2016-08-28 Thread Dhinakar Reddy Pothireddi
Thank you. It worked. On Sunday, August 28, 2016 at 5:24:41 AM UTC+5:30, Jens wrote: > > Your method is static but your are using "this.@" in your JSNI code which > will not point to TestProj. If you want to keep it static then you have to > provide a TestProj instance as second parameter and