Errors while updating to GWT2.8.2

2018-05-31 Thread dinesh kumar
I have updated the following jars : GWT2.8.2 --- gwt-dev gwt-user gwet-servlet gxt-2.3.1a Now I get the following error while compilation: [ERROR] Errors in 'com/google/gwt/emul/java/util/OptionalInt.java' [java] [ERROR] Line 92: The method compare(int, in

GWT Update to 2.8.2

2018-06-04 Thread dinesh kumar
I have updated to GWT 2.8.2 and getting a compilation error : Compilation unit 'jar:file:/opt/wnc/3rdPartyJars/lib/gwt-user.jar!/com/google/gwt/i18n/shared/impl/cldr/DateTimeFormatInfoImpl_se.java' is removed due to invalid reference(s): [java] java.lang.String [java]

Re: Errors while updating to GWT2.8.2

2018-06-05 Thread dinesh kumar
idea anyway > whenever your change GWT version) > > On Thursday, May 31, 2018 at 12:14:42 PM UTC+2, dinesh kumar wrote: >> >> I have updated the following jars : >> >> GWT2.8.2 >> --- >>gwt-dev >>gwt-user >>gwe

Re: GWT Update to 2.8.2

2018-06-05 Thread dinesh kumar
Yes, still getting same error. On Tuesday, June 5, 2018 at 2:08:36 PM UTC+5:30, Thomas Broyer wrote: > > > > On Tuesday, June 5, 2018 at 8:57:44 AM UTC+2, dinesh kumar wrote: >> >> I have updated to GWT 2.8.2 and getting a compilation error : >> >> Com

GWT Emulated classes

2018-06-05 Thread dinesh kumar
I just want to know how does the emulated classes work in GWT. How does the GWT decides where to look for an imported class(inside JDK or emulated classes)? Where is this information is specified? Is there any documentation for this? -- You received this message because you are subscribed to

Re: GWT Update to 2.8.2

2018-06-07 Thread dinesh kumar
I have emulated few of the classes for example : java.util.Locale But now all my code is always referring to this class instead of jre library. How and where can we specify where to look for? On Tuesday, June 5, 2018 at 12:27:44 PM UTC+5:30, dinesh kumar wrote: > > I have updated to GWT

Re: GWT Update to 2.8.2

2018-06-12 Thread dinesh kumar
gt; incompatible with "modern" (i.e. less than 9 years old) gwt-user.jar. Fix > this, and these other resulting issues should go away (though there may be > more issues if you do not entirely remove gwtx.jar, and possibly also > CoreGWT-src.jar as well, but I cannot say witho

Re: GWT Update to 2.8.2

2018-06-12 Thread dinesh kumar
548873300d5bcb74c0258352c90abe7a42bd), > > the entry points are cast to EntryPoint. > > On Tuesday, June 12, 2018 at 10:13:13 AM UTC+2, dinesh kumar wrote: >> >> I was able to compile my code using latest GWT library. >> >> However while running, my i-frame does not loa

Re: GWT Update to 2.8.2

2018-06-12 Thread dinesh kumar
and limit application sizes in cases like this). > > On Tuesday, June 12, 2018 at 7:52:54 AM UTC-5, dinesh kumar wrote: >> >> The above solution fixes the error but now getting another error: >> >> com.ptc.cat.ops.client.interna

Serialization Exception while upgrading to GWT 2.8.2

2018-06-12 Thread dinesh kumar
I am upgrading to GWT 2.8.2 from GWT 2.6.0 and getting the following error: com.ptc.cat.ops.client.internal.OperationManager SEVERE: DefaultOperationManager-> Failure dispatching operation com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: The response could not be deserialized at

Re: GWT Update to 2.8.2

2018-06-13 Thread dinesh kumar
oject.org/release-notes.html#Release_Notes_2_7_0_RC1) > Make extra-sure that your gwt-servlet used on server side matches the GWT > version used for compiling the client side (i.e. that you also updated > gwt-servlet to 2.8.2) > > On Wednesday, June 13, 2018 at 7:47:25 AM UTC+2, dinesh ku

Re: GWT Update to 2.8.2

2018-06-14 Thread dinesh kumar
to review > (or share) every java object mentioned in this failed RemoteService method > (and the method signature itself). > > On Wednesday, June 13, 2018 at 8:01:11 AM UTC-5, dinesh kumar wrote: >> >> I am using the latest gwt-servlet, gwt-user, gwt-dev(GWT 2.8.2). >

Re: GWT Update to 2.8.2

2018-06-19 Thread dinesh kumar
and > the third is this failed LinkedHashSet. So, it should be enough to review > (or share) every java object mentioned in this failed RemoteService method > (and the method signature itself). > > On Wednesday, June 13, 2018 at 8:01:11 AM UTC-5, dinesh kumar wrote: >> >> I