Enable HA/High Replication option in GAE app

mlzdikr

New Member
I'm getting this error when trying to do \[code\]Transaction\[/code\] within my application:\[code\]transactions on multiple entity groups only allowed in High Replication applications\[/code\]With the Google Plugin for Eclipse, its easy to enable HA option; however when running with the GAE maven archetype: \[code\]mvn gae:run\[/code\] Not sure how to make HA enabled with maven. How can I enable it?
 
Back
Top