[appengine-java] Re: Massive delete (mapreduce based) > Datastore viewer & Datastore statistics unavailable

2010-12-13 Thread crllvnc
Hi Stephen, You were right! After a while (maybe 20/30 hours), the datastore viewer became available again. Best regards, cyrille On 10 déc, 16:15, Stephen Johnson wrote: > Are you still having this issue? I'm curious to learn if this has cleared up > because here's a random guess. When entitie

[appengine-java] Re: Upload to blobstore without form

2010-12-23 Thread crllvnc
Helpful indeed ! Thanks Tim. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr

[appengine-java] Re: Processing large xml-files with JAXB in app engine

2010-12-23 Thread crllvnc
I've been using JAXB for xml file unmarshalling in an upload servlet. As far as I remember, the only size limit I have faced is related to the 30s timeout. Here are my imports : import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBElement; import javax.xml.bind.JAXBException; import javax.

[appengine-java] Re: Unable to use datastore viewer

2011-02-03 Thread crllvnc
This might also happen after massive data deletion (for instance deleting all entities of 1 given kind using a mapreduce mapper). Deletion is actually a 2-steps process in the datastore : first entities are marked for deletion, then an async batch performs the actual deletion. >From my experience,

[appengine-java] Re: Relationships between entities of of same kind

2011-02-07 Thread crllvnc
Merci Didier. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroup

[appengine-java] Re: Development AppEngine server quits with no warnings.

2011-03-15 Thread crllvnc
+1... 2 days lost. Arghhh. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr..

[appengine-java] Re: Eclipse "Run As Web Application" overwrites all the libs

2011-03-21 Thread crllvnc
You should have a look on this: http://googlewebtoolkit.blogspot.com/2010_08_01_archive.html GWT/Maven integration is a bit tricky, but when strictly applying the procedure detailed in the blog, it works like a charm. -- You received this message because you are subscribed to the Google Groups "