标签:
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字段导致。
标签:
原文地址:http://www.cnblogs.com/warwolf/p/4465912.html