+[maxr] Hi, After talking offline with Fred, I realized that the app id probably does affect the data store. I believe that each application's data is isolated via the app id in development mode. So, if you change your app id, you're now accessing the data associated with that new app id (if any). I've added Max to this thread to confirm.
Also, in some cases, data created with a previous version of the SDK may not be compatible with data created with a newer version of the SDK. So, if you had an app id associated with an older SDK and created some data, and then switched the app id for another project using a newer SDK to the app id associated with the older SDK, then you would run into problems when retrieving data. Rajeev On Wed, May 13, 2009 at 10:26 PM, dreamy <[email protected]> wrote: > > Hi all. > i resovled the error by modify <application>sitegendemo</ > application> to old application_id. > i have runed successful in one machine .but i new a google web > application in other machine and copy from first machine . i change > the application_id and run .then will show the same error. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
