[google-appengine] Re: Deployment error when using a maven property

2013-04-25 Thread husayt
Thanks Stefan, for posting this. I have lost whole day trying to solve this issue. This is a massive headache and the worst is there is nothing to indicate what the issue is except 500 error. I hope this will be improved as it will cause the same headache to many others. Huseyn On Monday,

[google-appengine] Steps to Reduce the Billing on DataStore Usage

2013-04-25 Thread Satyanarayana Govindachandra
Hi , I want to optimise my DataStore billing, what are the steps to be taken. -- Thank you Satya -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [google-appengine] Steps to Reduce the Billing on DataStore Usage

2013-04-25 Thread Barry Hunter
They ways are many and varied. There isn't really any 'universal' steps. The steps taken will depend highly your exact data and requirements. (having said that, there is one universal truth: avoid unnecessarily indexing. Many single fields are automatically indexed, turn off the auto index if

[google-appengine] Re: Google App Engine SDK 1.7.7 is now available!

2013-04-25 Thread admin msangel
Please update GAE plugin version in last archetype. I mean mvn archetype:generate -DarchetypeGroupId=com.google.appengine.archetypes - DarchetypeArtifactId=guestbook-archetype and else must include 1.7.7.1 version instead of 1.7.7 -- You received this message because you are subscribed to the

[google-appengine] Entity distribution in the network: Namespace Vs Entity Group

2013-04-25 Thread Raghu
Hi all, In gae doc: https://developers.google.com/appengine/docs/java/datastore/transactions It says, Entity group relationships tell App Engine to store several entities in the same part of the distributed network. Does the same storage concept apply to Namespace relationship as well? Raghu