Re: GWT RPC Serialization stops working when migration from 2.4.0 to 2.5.1

2013-03-25 Thread Paulo Martins
roblem is solved at GWT. Hope this helps On Monday, March 25, 2013 6:31:39 PM UTC, Paulo Martins wrote: > > Michael, I've cleaned up and rebuilt the whole project. > > The strange stuff here is that the unique RPC methods that fails are the > methods that transport this

Re: GWT RPC Serialization stops working when migration from 2.4.0 to 2.5.1

2013-03-25 Thread Paulo Martins
> > On Monday, March 25, 2013 1:01:28 PM UTC-4, Paulo Martins wrote: >> >> I've updated my project from GWT 2.4.0 to GWT 2.5.1 and suddenly a >> specific RPC serialization has stopped work (all other are still working). >> >> I have this class: >&

GWT RPC Serialization stops working when migration from 2.4.0 to 2.5.1

2013-03-25 Thread Paulo Martins
I've updated my project from GWT 2.4.0 to GWT 2.5.1 and suddenly a specific RPC serialization has stopped work (all other are still working). I have this class: public class StatusChangeMapEntity extends RecordStamp implements Serializable { private HashMap>>> map; ... ... } The

Re: Change the mouse pointer

2012-11-06 Thread Paulo Martins
This post has been made a long time ago, but I found a nice solution and I hope that this helps many guys with the same problem. if (showWait) RootPanel.get().getElement().getStyle().setCursor(Style.Cursor.WAIT); else RootPanel.get().getElement().getStyle().setCursor(Style.Cursor.AUTO); This wor

Re: Video from io 2012 : "The History and Future of Google Web Toolkit"

2012-07-06 Thread Paulo Martins
I'm also looking for this presentation. It's really strange it's not already uploaded, because it seems that all presentations are already uploaded. In the meanwhile, Ray Cromwell has shared his slides on G+: https://docs.google.com/presentation/d/1pC9WK80-fzIs2iMQOO3Jsvfmqv2erI9xucuF3lHOE7Q/ed