Please help me resolve this Umbrella exception http://pastebin.com/DACPRhbP
NewUserPresenter file : http://pastebin.com/FZyAffu8
NewUserViewImpl file: http://pastebin.com/i6fYwnLH
User Entity in server folder: http://pastebin.com/6ktwf5vp
Appcontroller: http://pastebin.com/Kn5Wg61e
Entrypoint: http://pastebin.com/sEHHihVu
UserProxy:http://pastebin.com/mfd67p2U
UserRequest: http://pastebin.com/JxQe77LL
To me it seems that it could be the request factory stuff I added to this project has caused these exceptions. Before that everything was alright.
https://groups.google.com/forum/?fromgroups=#!searchin/google-web-toolkit/umbrella$20exception/google-web-toolkit/aZggEeNm0Js/9qfNXleD1lwJ
https://code.google.com/p/google-web-toolkit/issues/detail?id=5760
Reason for exception was that there was no getter method defined for password field.