Re: [appengine-java] GWT and GAE debugging problem

2010-12-23 Thread Cesar Ruiz
Yest, its fixed!. But another real important question appeared. When trying to retrieve the list of objects Book, an exception is thrown, sayin: GRAVE: javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.client. rpc.SerializationException: Type

Re: [appengine-java] GWT and GAE debugging problem

2010-12-23 Thread A. Stevko
Are you trying to transport a query result set from GAE to GWT? Sorry but JDO/JPA persistent objects are not serializable (just like EntityBeans). You will need to do something to make the objects portable. I suggest checking out Objectify or creating your own Data Transfer Objects.

Re: [appengine-java] GWT and GAE debugging problem

2010-12-22 Thread Ikai Lan (Google)
Have you asked your question here? http://groups.google.com/group/Google-Web-Toolkit -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Wed, Dec 15, 2010 at

[appengine-java] GWT and GAE debugging problem

2010-12-15 Thread kidowell
Hey. Im starting with GAE, and im making an RCP program (a book address), on the server side I've got all the methods for manipulating the datastore (I'm using JPA), and on the client side I'm using GWT as a framework. When debugging it turns out, that I can only see the server side, and