未被捕获的伞异常逃脱了

时间:2013-04-07 03:06:08

标签: gwt mvp requestfactory

请帮我解决此伞例外http://pastebin.com/DACPRhbP

NewUserPresenter文件: http://pastebin.com/FZyAffu8

NewUserViewImpl文件: http://pastebin.com/i6fYwnLH

服务器文件夹中的用户实体: http://pastebin.com/6ktwf5vp

AppController的: http://pastebin.com/Kn5Wg61e

入口点: http://pastebin.com/sEHHihVu

的userProxy:http://pastebin.com/mfd67p2U

UserRequest:http://pastebin.com/JxQe77LL

对我而言,似乎可能是我在此项目中添加的请求工厂内容导致了这些异常。在那之前一切都很好。

1 个答案:

答案 0 :(得分:0)

https://groups.google.com/forum/?fromgroups=#!searchin/google-web-toolkit/umbrella $ 20exception /谷歌的web的工具包/ aZggEeNm0Js / 9qfNXleD1lwJ

https://code.google.com/p/google-web-toolkit/issues/detail?id=5760

异常原因是没有为密码字段定义getter方法。