[appengine-java] Re: Uploading to blobstore gives OutOfMemoryError

2010-06-06 Thread Luai kassar
I am getting OutOfMemoryError too for any file i try to upload . can someone explain what the problem is please? Thanks Luai. On Jun 3, 12:14 am, Jean Hsu wrote: > Hi all, > > I am trying to set up a basic file upload to blobstore,  but I get > this OutOfMemoryError: > > WARNING: Error for /_ah/

[appengine-java] Re: XML to Object libraries and Vice Versa

2009-11-08 Thread LUAI KASSAR
Use Apache betwixt ,its works on GAE http://commons.apache.org/betwixt/ On Sun, Nov 8, 2009 at 7:46 PM, Ravi Sharma wrote: > I am not sure if i understand you. > Can you explain bit more, an example or link would be great. > I can do normal Sax parsing but then writing code for each different ki

[appengine-java] Re: Delete without getting, using JDO

2009-11-07 Thread Luai kassar
You can use DatastoreService.delete(Key...) http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/DatastoreService.html#delete(com.google.appengine.api.datastore.Key...) On Nov 7, 11:05 am, Peter Recore wrote: > Is there a way to delete an entity without having to

[appengine-java] Re: Delete without getting, using JDO

2009-11-07 Thread LUAI KASSAR
You can use DatastoreService.delete(Key...) http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/DatastoreService.html#delete(com.google.appengine.api.datastore.Key...) On Sat, Nov 7, 2009 at 11:05 AM, Peter Recore wrote: > > Is there a way to delete an entity wi