Unfortunately, the issue in com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet<java.lang.String> persists as of GWT 1.5.3 :(
On 29 Sep., 23:45, ben <[EMAIL PROTECTED]> wrote: > I'm using 1.5.2 and am getting the issue with a Hashmap, exact same > final error as Victor received. But everything seems to work, not > sure I want to suppress the problem though. > > Is this something that I have implemented incorrectly, or something > with the GWT compiler? > > On Sep 25, 11:46 am, Victor <[EMAIL PROTECTED]> wrote: > > > > > I've seen that many people solved their problems replacing the gwt- > > servlet.jar file with the new one, but I'm pretty sure I no more have > > the gwt-servlet-1.5RC1.jar file on my system. > > > How could I solve the problem ? > > > The exact message is : > > > Field 'privatefinal > > com.google.gwt.i18n.client.impl.ConstantMap.OrderedConstantSet<java.lang.String> > > keys'willnotbeserializedbecauseit isfinal > > > Thank you, > > > On 5 sep, 19:23, "chris.f.jones" <[EMAIL PROTECTED]> wrote: > > > > Since this error sources from > > > com.google.gwt.i18n.client.impl.ConstantMap via > > > java.util.Map<java.lang.String, java.lang.String>, shouldn't the > > > field: > > > privatefinalConstantMap.OrderedConstantSet<java.lang.String> > > > be declared as transient? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
