I'm using App engine JDO, for storing my data in database and I use appengine plugin for eclipse for deploying my application.
I created some bean classes and deployed. While deploying, I did not choose any version of DataNucleus JDO/JPA. It was empty as shown in the picture. <https://lh3.googleusercontent.com/-YlxVE0JlP4c/VTT-0peBEsI/AAAAAAAAAI0/jgBrqyu3rW4/s1600/Screen%2BShot%2B2015-04-20%2Bat%2B6.14.38%2Bpm.png> As a result, I could see my datastore kinds and entities got created with the strange casing, which was not same I named those. (Even I could find the same in development environment as well). <https://lh3.googleusercontent.com/-n9RIshpek74/VTT_S653QkI/AAAAAAAAAI8/zKzcqtYYfog/s1600/Screen%2BShot%2B2015-04-20%2Bat%2B6.50.54%2Bpm.png> I have given my kind name as WorkUser, but it got created like WORKUSER (upper case), similarly, all field names, for eg., I created accessToken in my bean class, it got turned into ACCESS_TOKEN. Although everthing works fine for some days, I wanted to migrate my JDO to JDO 3.0 and now, while deploying, I have chosen Datanucleus version to v2. <https://lh3.googleusercontent.com/-9VI4h3B-Fw8/VTT_lS6pxtI/AAAAAAAAAJE/qZSJP5mlEgc/s1600/Screen%2BShot%2B2015-04-20%2Bat%2B6.49.46%2Bpm.png> Did necessary configurations for migration. The issue I found now, is none of the entities are available to query from code. I could see all kinds and entities present in appengine console, but, when I'm trying to fetch the data, I'm getting empty results. How can I make my data to be fetchable ? Any help would be greatly needed and appreciated. Thanks. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/895b62d1-a598-4f9a-9ce4-80e1cd23ee0b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
