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

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-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

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-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

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
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-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

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-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

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

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]

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

http error codes in gwt rpc

2011-01-11 Thread Dinesh
I am working with a web application which uses gwt, spring, hibernate. And I am using gwtrpcspring RemoteServiceDispatcher for remote service mapping. Currently if my application throws MyException from any method I want catch that and have to send some http error codes like 402. Based on the excep

GWT Incubator ScrollTable row navigation/selection using keyboard

2010-07-26 Thread Dinesh
ith a keyboard? An example of what I am looking for can be found at http://demo.vaadin.com/sampler#TableKeyboardNavigation Your help is much appreciated. Thanks, Dinesh. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to t

Re: RAD 7.5 with GWT 1.7

2009-09-02 Thread dinesh shivram
hi my name dinesh working for CTS bangalore so u want know how to deploy the project to WAS server 7.0 how to make webservice call right do give call.k call me on friday i will explain u k my contact number is 9986625114 if want a help for me u call me. On Tue, Sep 1, 2009 at 8:05 PM, Deepa

ImageButton in gwt

2009-07-28 Thread dinesh
I have to create a image button in GWT which uses three images(left side image,center stretch image and right image).Created ImageButton should have all the functionalities of Button. Can anyone help me to create ImageButton in GWT with Button functionalities. --~--~-~--~~---