RE: Getting Error 1002 for everything after a while

2010-09-22 Thread Thierry Boileau
Hello, can you try with the 2.0.1 release? It fixes some GWT bugs. best regards, Thierry Boileau -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447dsMessageId=2663382

Getting Error 1002 for everything after a while

2010-09-13 Thread webpost
Hello, I've created a few restlet apps now, and for some reason the last one gets garbled on a simple put of a simple class: ---Client.java @Entity public class Client implements Serializable { private static final long serialVersionUID = 1L; @Id Long id; String name = ;