I'm not going to pretend to understand the problem - I'm just going to ask for a clarification. Are you copying the OUTPUTTED files to PhoneGap? That is, you aren't copying the GWT files, right? PhoneGap only understands HTML/JS, so this'll work with your output, but not from the source GWT.
You might also want to ask in the PhoneGap group: https://groups.google.com/forum/#!forum/phonegap I suspect the issue has nothing to do with App Engine. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Mon, Apr 25, 2011 at 1:25 PM, Rachel Gollub <[email protected]>wrote: > Hi, > > I've got an HTML5 app using Google App Engine, GWT, and Restlet for > communication. It's running on my iPhone (in Safari) just fine, and > seems to work. Now I'm putting it into PhoneGap so I can create > packaged versions, and while communication to GAE seems to work > perfectly, sending the objects back to the front end is failing (on > the front end) with this error: > > "Can't parse the enclosed entity : Unknown.ksb" > > I've verified that the correct data are making it to the front end, > but somehow object parsing seems to be failing. All the right jars > are in the lib folder (as they are in the standalone version), and I'm > copying the structure of the standalone version exactly into > PhoneGap. Any idea why it might be failing to parse? Also, I could > swear it has worked occasionally, but very rarely, and I can't > reproduce it, which is driving me nuts. > > Thanks for any suggestions, > > -- Rachel > [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
