Re: Object serialization problem with gwt

2010-02-24 Thread Thierry Boileau
Hello Xavier, thanks a lot for your report. This helped fixing a bug that avoids a correct behavior when the annotated interface declares only a GET method... Unfortunately, it took a huge to understand there was a problem. Best regards, Thierry Boileau Hi Kevin, Thanks for the pointer ;

Re: Object serialization problem with gwt

2010-02-24 Thread Thierry Boileau
Hi Xavier, please note also that the objects to be serialized need a constructor without parameter. Best regards, Thierry Boileau Hi Kevin, Thanks for the pointer ; unfortunately I've still the same pb... In my previous post there are source codes, and her the libs I use (latest

RE: Object serialization problem with gwt

2010-01-28 Thread Kevin Daly
We're using the latest snapshot and having pretty good success, with a few exceptions. To do this see http://restlet.tigris.org/issues/show_bug.cgi?id=1004 The last post will give you some insight on how to set this up. --

Re: Object serialization problem with gwt

2010-01-28 Thread Xavier Méhaut
Hi Kevin, Thanks for the pointer ; unfortunately I've still the same pb... In my previous post there are source codes, and her the libs I use (latest snapshot) server side web-inf/lib : /testGwtRestlet-server/war/WEB-INF/lib/gwt-dev.jar /testGwtRestlet-server/war/WEB-INF/lib/gwt-servlet.jar