Re: [google-appengine] Re: Can't see the datastore viewer

2010-01-13 Thread Amit Prakash
Hi Wesley, Not sure what you are asking but here are all the persistable classes in my datastore. http://code.google.com/p/livinglife/source/browse/#svn/trunk/Livinglife/src/com/google/gwt/livinglife/server/data Now that you ask this question, I am thinking what might have happened is that I per

Re: [google-appengine] Re: Can't see the datastore viewer

2010-01-13 Thread Amit Prakash
Also, The code for writing it is here: http://code.google.com/p/livinglife/source/browse/trunk/Livinglife/src/com/google/gwt/livinglife/server/LivingLifeServiceImpl.java Specifically the code for writing Challenge (which is what changed) is here: public Long addChallenge(ChallengeData challengeD

Re: [google-appengine] Re: Can't see the datastore viewer

2010-01-26 Thread Wesley C (Google)
hi amit, apologies for the late reply. another user had a similar issue, and my recommendation is the same. please follow the advice i give there: http://groups.google.com/group/google-appengine-java/browse_thread/thread/68c98191e1d3679b best regards, -- wesley - - - - - - - - - - - - - - - - -

Re: [google-appengine] Re: Can't see the datastore viewer

2010-01-27 Thread Amit Prakash
Hi Wesley, Thanks for the response. Whats a LinkProperty in the context of Java on apengine? -Amit On Wed, Jan 27, 2010 at 2:37 AM, Wesley C (Google) > wrote: > hi amit, > > apologies for the late reply. another user had a similar issue, and my > recommendation is the same. please follow the a