[appengine-java] Encountered a problem while deploying

2011-07-08 Thread SwaminathanG
Hi, When i deployed a project created with smartGWT, i got this following error Unable to update app: Error posting to URL: https://appengine.google.com/api/appversion/clonefiles?app_id=pojomarketversion=1; 500 Internal Server Error htmlhead meta http-equiv=content-type

[appengine-java] datastore query access failure

2011-07-07 Thread SwaminathanG
Hello, I am trying to query the datastore from server side code But it throws an exception '500 error' even while accessing the method. But we can insert into the datastore through other method. What am i missing? public String[] getStocks() throws NotLoggedInException { checkLoggedIn();

Re: [appengine-java] Problem with BlobStore

2011-07-05 Thread SwaminathanG
Hi, I got the same error, when i used Blob Store in my app. Blob Store services will be available only when u enable billing. Follow the link below http://code.google.com/appengine/docs/billing.html If you use more than 1GB in blob store, you will be billed. On Mon, Jul 4, 2011 at 6:01 PM,

[appengine-java] How to update a record in Google Apps data store

2011-07-04 Thread SwaminathanG
Hi, This is swaminathan, am now working on GAE/J. I am happy to deploy an application in cloud using GAE. In my project, i have just created a record in the data store and i need to update/overwrite the record. When i create a record, i get a auto generated Key. I have a query like 'How to

Re: [appengine-java] How to update a record in Google Apps data store

2011-07-04 Thread SwaminathanG
thiagorossi, Thanks for your reply and clear explanation with the code. Do we can try this solution in GWT. If not, can you please help me out. Thank You On Mon, Jul 4, 2011 at 9:42 PM, Thiago Rossi thiagorossi...@gmail.comwrote: You just need to retrieve it, change it and close the

Re: [appengine-java] How to update a record in Google Apps data store

2011-07-04 Thread SwaminathanG
*Jayr Motta,* * * Thanks for your link. * * On Mon, Jul 4, 2011 at 10:46 PM, jMotta jayrmo...@gmail.com wrote: Swaminathan, None of us will explain better than the official documentation does, try it: http://code.google.com/appengine/docs/java/datastore/ *Jayr Motta* Software Developer *