在使用通用接口CRUD節省嗎啡模型的動作我收到以下錯誤的MongoDB:得到錯誤,同時節省嗎啡模型中使用CRUD接口
Oops: NullPointerException An unexpected error occured caused by exception NullPointerException: null
play.exceptions.UnexpectedException: Unexpected Error at play.modules.morphia.Model.edit(Model.java:219) at play.modules.morphia.MorphiaPlugin.bind(MorphiaPlugin.java:607) ...
我發現similiar誤差在版本1.2.4a和被固定在1.2.4b。 我降低了嗎啡的最新版本。在應用程序啓動我收到followind登錄:
12:18:59,036 INFO ~ Module morphia is available (C:\play-1.2.4\samples-and-tests\test1\modules\ morphia-1.2.4b)
12:18:59,037 INFO ~ Module secure is available (C:\play-1.2.4\modules\secure)
12:18:59,978 WARN ~ You're running Play! in DEV mode
12:19:00,110 INFO ~ Listening for HTTP on port 9000 (Waiting a first request to start) ...
12:19:11,680 INFO ~ Connected to jdbc:mysql://localhost/test1?useUnicode=yes&characterEncoding=UTF-8&connectionCollation=utf8_general_ci
12:19:14,869 INFO ~ MorphiaPlugin-1.2.4a> initialized
所以,現在我不能understad什麼版本嗎啡實際上我用的,不能瞭解如何修正這個錯誤。
請給我一些關於我的問題的建議。