简体   繁体   English

即使删除了local_db.bin并清理了我的项目,Google App Engine(Java)本地数据存储区元素也会恢复

[英]Google App Engine (Java) local datastore elements resurrecting even after deleting local_db.bin and cleaning my project

** **

GAE/J, Eclipse, Local Datastore: GAE / J,Eclipse,本地数据存储区:

** **

I have changed my data model, including the structure of one of my entity classes. 我更改了数据模型,包括其中一个实体类的结构。 In an attempt to start over with my data, I followed the advice of JohnIdol in this SO answer: 为了重新开始我的数据,我在这个SO答案中遵循了JohnIdol的建议:

How to delete all datastore in Google App Engine? 如何删除Google App Engine中的所有数据存储?

Somehow, even after deleting local_db.bin and cleaning, the old structure re-appears. 以某种方式,即使删除了local_db.bin并进行了清理,旧的结构也会重新出现。 In this screenshot, you can see one of the properties with its old name, "organizationAliasKeys," which should now be "orgAliasKeys:" 在此屏幕快照中,您可以看到其旧名称之一的属性“ organizationAliasKeys”,现在应为“ orgAliasKeys:”。

http://dl.dropbox.com/u/6919071/Captures/2010-11-28_2035.png http://dl.dropbox.com/u/6919071/Captures/2010-11-28_2035.png

Where is the old ghost of my data coming from? 我的数据的旧幽灵来自哪里? How do I kill it all the way? 我如何一路杀死它?

根据我的经验,您需要先停止开发服务器,然后再删除local_db.bin。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM