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

2010-01-12 Thread Wesley Chun (Google)
hi amit, thanks for writing. i checked out your application, and yes, i have confirmed that when you click on Datastore Viewer, you get this error: "BadValueError: link must not be empty." can you show us your model(s) and tell us how you got the data into the datastore? the error you received is

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