[appengine-java] Compare Unowned Key

2010-10-31 Thread Andy
I created unowned key in child objects for query. When I try to query by the key, I tried the following because I read the GQL statement: p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Monaco} span.s1 {color: #492df6} "where product = KEY('"+KeyFactory.keyToString(product)+"')"); But it

[appengine-java] Re: Hierarchical Search

2010-10-31 Thread Robert Lancer
Tell me if your looking for something like this http://arachnotube.appspot.com/ - it lets you browse a hierarchy of videos On Oct 31, 4:57 pm, Ben Woodhead wrote: > Its around 16:55 in the second video link. -- You received this message because you are subscribed to the Google Groups "Google A

[appengine-java] Convert JDO/JPA POJO to a Datastore Entity

2010-10-31 Thread George Moschovitis
Is there a way to convert a JDO/JPA POJO to the corresponding Datastore Entity? I am sure this functionality exists in the JDO/JPA implementation but is this exposed in a public API? (maybe through a helper). This would allow mixing calls to JDO/JPA with calls to the low-level API for special case

[appengine-java] JPA equivalent for .makePersistentAll()

2010-10-31 Thread George Moschovitis
JDO supports the very useful .makePersistentAll() method. Is there an equivalent method for JPA? thanks, -g. -- 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.c

Re: [appengine-java] Hierarchical Search

2010-10-31 Thread Ben Woodhead
Its around 16:55 in the second video link. -- 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

Re: [appengine-java] Hierarchical Search

2010-10-31 Thread Ben Woodhead
Wait, no. I think its this: http://www.youtube.com/user/GoogleDevelopers#p/search/45/AgaL6NGpkB8 -- 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 unsubs

Re: [appengine-java] Hierarchical Search

2010-10-31 Thread Ben Woodhead
I believe this video: http://www.youtube.com/user/GoogleDevelopers#p/search/65/zSDC_TU7rtc -- 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 unsubscrib

Re: [appengine-java] Hierarchical Search

2010-10-31 Thread Cyrille Vincey
Can you please send the link to the video you refer to ? From: Ben Woodhead Reply-To: Date: Sat, 30 Oct 2010 22:56:12 -0700 (PDT) To: Subject: [appengine-java] Hierarchical Search Hello Everybody, I am trying to build an efficient search like I saw in one of the google IO videos. So the

[appengine-java] Data missing from datastore !!!

2010-10-31 Thread Alexandru Farcas
A colleague of mine posted a problem regarding the disappearance of two "tables" from the datastore (about 1400 entities) It is a very concerning issue and nobody gave an answer. We need to know if the AppEngine platform is solid enough to develop an app at a large scale. The post is located here

[appengine-java] Re: Transforming Images from the Blobstore

2010-10-31 Thread Jerome
Nice blog post to workaround the save to BlogStore limitation. I have been using the upload --> BlogStore --> image processing --> DataStore as a simple a safe workaround. I just wish the GAE API would allow to save back a processed image to the BlogStore. Are you guys aware of an enhancement reque

[appengine-java] Re: 1.3.8 Console Logging Issue

2010-10-31 Thread Jerome
Same here... Please, provide a simple workaround or a fixed 1.3.9. Jerome On Oct 29, 9:49 pm, Rajeev Dayal wrote: > Drop you launch configuration's log level down to TRACE. Do you see the > messages now? > > On Fri, Oct 29, 2010 at 1:23 PM, John Bito wrote: > > > > > > > > > Starred the issue: >

[appengine-java] Re: blobstore - map returned empty

2010-10-31 Thread pac
I have gone through your sample code few times, could not find what I am missing. What I tried now - is created a dialog with simple file upload field (rest functionality nearly copy pasted), now that seems to be working. May be I will come back to other code and see what causing it. Though another