Re: [appengine-java] GAE deployment failure

2010-11-18 Thread atomi
I have same problem right now. On Thu, Nov 18, 2010 at 9:05 AM, pat rick wrote: > I've got the same error since few weeks, and time to time it works. > on error when I sniff the line I saw > > > > > 500 Server Error > > > Error: Server Error > The server encountered an error and could not com

[appengine-java] gae eclipse plugin statusbar

2010-10-11 Thread atomi
In eclipse, the gae plugin adds an area in the status bar that as far as i can tell is used solely for notification of updates to the gae plugin. I think it takes up valuable space for more important information and isn't really needed. An option to remove it would be great. Thanks. See: http://i.

Re: [appengine-java] Re: App Engine cold starts and overly aggressive cycling

2010-06-04 Thread atomi
Spoke too soon. I think if clients complain I'll just move them to a vps. But, just thinking about managing separate VPS accounts for every client gives me a headache. Hopefully this gets fixed soon though, because I do love working on appengine. On Fri, Jun 4, 2010 at 12:19 AM, atomi

Re: [appengine-java] Re: App Engine cold starts and overly aggressive cycling

2010-06-04 Thread atomi
ri, Jun 4, 2010 at 12:02 AM, atomi wrote: > I'm getting cycled out at less than a minute as well, using openbd. > > > On Thu, Jun 3, 2010 at 4:07 PM, Tin wrote: > >> Hi all: >> >> I think every body who uses GAE should star this issue : >> http://g

Re: [appengine-java] Re: App Engine cold starts and overly aggressive cycling

2010-06-04 Thread atomi
I'm getting cycled out at less than a minute as well, using openbd. On Thu, Jun 3, 2010 at 4:07 PM, Tin wrote: > Hi all: > > I think every body who uses GAE should star this issue : > http://goo.gl/juDy > -->> PLEASE HELP !! > > Thank you very much ~ > > -- > You received this message because yo

Re: [appengine-java] Re: Prerelease 1.3.4 SDK ready for download

2010-05-13 Thread atomi
Are there API reference docs for the OpenID support? It seems as though a new application would need to be created for this to work - am I correct in assuming this? As of now I don't see that option, which makes it a little difficult to test or play with. What is the ETA/schedule on the feature com

Re: [appengine-java] working with cursors

2010-03-08 Thread atomi
ments.size(); return comments } finally { pm.close() } } Thanks again! On Mon, Mar 8, 2010 at 12:45 PM, atomi wrote: > Nevermind, I think I got this. Thanks all. > > > On Mon, Mar 8, 2010 at 12:41 PM, atomi wrote: > >> Sorry to have to ask, But can you hint as to how I

Re: [appengine-java] working with cursors

2010-03-08 Thread atomi
Nevermind, I think I got this. Thanks all. On Mon, Mar 8, 2010 at 12:41 PM, atomi wrote: > Sorry to have to ask, But can you hint as to how I should rewrite this > query so as to have cursors working? > > > On Mon, Mar 8, 2010 at 12:40 PM, atomi wrote: > >> Thank you

Re: [appengine-java] working with cursors

2010-03-08 Thread atomi
Sorry to have to ask, But can you hint as to how I should rewrite this query so as to have cursors working? On Mon, Mar 8, 2010 at 12:40 PM, atomi wrote: > Thank you John, I wasn't clear IN was contains() as well. > > > On Mon, Mar 8, 2010 at 12:36 PM, John Patterson wrote: >

Re: [appengine-java] working with cursors

2010-03-08 Thread atomi
tp://code.google.com/appengine/docs/java/datastore/queriesandindexes.html#Query_Cursors > > > On 9 Mar 2010, at 03:21, atomi wrote: > > I'm trying to get cursors working with a result set but the >> JDOCursorHelper.getCursor() method returns null for every query result that &g

Re: [appengine-java] working with cursors

2010-03-08 Thread atomi
> > What do you mean by every query result greater than 1? Do you mean that you get "null" if you get a list of comments with a size greater than 1? Yes On Mon, Mar 8, 2010 at 12:25 PM, Ikai L (Google) wrote: > > > On Mon, Mar 8, 2010 at 12:21 PM, atomi wrote: >

[appengine-java] working with cursors

2010-03-08 Thread atomi
I'm trying to get cursors working with a result set but the JDOCursorHelper.getCursor() method returns null for every query result that is greater than 1 here is my entity method Item entity: @Element(dependent = "true") @Persistent(defaultFetchGroup="true",loadFetchGroup="true") List com

[appengine-java] Re: JDO model issue

2010-02-26 Thread atomi
Has anyone figured out a convention for this? Rusty I like your idea of populating the Race in the Result entity but re-attaching the object later would cause problems (would you have to set Race to null before persisting again?). I too find it odd to have entity object performing queries but if th

[appengine-java] Re: uniqueness control ideas

2010-02-25 Thread atomi
Just wanted to say that I see that what I'm trying to do is just fundamentally wrong and will decidedly cause serious problems in the longer term. I suppose it is best to check for uniqueness in the service layer. On Feb 24, 12:05 pm, atomi wrote: > I've been trying to devise a wa

[appengine-java] uniqueness control ideas

2010-02-24 Thread atomi
I've been trying to devise a way to maintain uniqueness among different entities by storing some kind of UUID based on the fields I want unique for that entity Using JDO, and a GenericDAO (groovy) Here is the method for put() in my GenericDAO: def put(Object object) { Collection objects = list();

Re: [appengine-java] Re: hijacked domain

2009-12-24 Thread atomi
http://www.google.com/support/forum/p/Google+Apps/thread?tid=22a420fff4ca0da0&hl=en > > Didier > > On Dec 24, 8:48 am, atomi wrote: > > Yes, I disabled the Google Sites App and removed my App Engine App. After > > about an hour I added the App Engine App again and mapped

Re: [appengine-java] Re: hijacked domain

2009-12-23 Thread atomi
it still redirects me to google sites... and i am unable to resolve > it. > > Thankx and Regards > > Vik > Founder > www.sakshum.com > www.sakshum.blogspot.com > > > > On Thu, Dec 24, 2009 at 6:40 AM, atomi wrote: > >> Apologies, please disregard my

[appengine-java] Re: hijacked domain

2009-12-23 Thread atomi
I wasn't aware of, thanks. On Dec 23, 4:31 pm, atomi wrote: > Hi could someone from Google contact me off list in regards to a > serious security issue? > Or direct me to someone I can speak to (privately of course) ? -- You received this message because you are subscribed to t

[appengine-java] hijacked domain

2009-12-23 Thread atomi
Hi could someone from Google contact me off list in regards to a serious security issue? Or direct me to someone I can speak to (privately of course) ? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send ema