码迷,mamicode.com
首页 > 其他好文 > 详细

org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "phoneNo" ...not marked as ignorable at

时间:2015-04-29 14:58:39      阅读:503      评论:0      收藏:0      [点我收藏+]

标签:

2015-04-29 11:02:12.133 [http-8090-9] WARN  org.jasig.cas.client.util.CommonUtils.safeGetParameter[CommonUtils:264] - safeGetParameter called on a POST HttpServletRequest for LogoutRequest.  Cannot complete check safely.  Reverting to standard behavior for this Parameter
2015-04-29 11:02:12.172 [http-8090-9] ERROR com.creditease.extjs.util.ExtDirectSpringUtil.deserializeJsonToObject[ExtDirectSpringUtil:232] - json : {"customerType":"3","customerName":"姜丹","certificateType":"712","certificateId":"400500AB","phoneNo":"","email":"","address":"","id":"","version":""} , class : com.creditease.ns.account.customerinfo.CustomerInfoModel
2015-04-29 11:02:12.176 [http-8090-9] INFO  com.creditease.extjs.util.ExtDirectSpringUtil.deserializeJsonToObject[ExtDirectSpringUtil:233] - deserialize json to object
org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "phoneNo" (Class com.creditease.ns.account.customerinfo.CustomerInfoModel), not marked as ignorable
 at [Source: java.io.StringReader@4075992d; line: 1, column: 103] (through reference chain: com.creditease.ns.account.customerinfo.CustomerInfoModel["phoneNo"])

原因为CustomerInfoModel类里面缺少phoneNo字段导致。

org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "phoneNo" ...not marked as ignorable at

标签:

原文地址:http://www.cnblogs.com/warwolf/p/4465912.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!