毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> linux >> 正文

Error looking up property "mainRemindGrade" in object type "

更新时间:2014-8-15:  来源:毕业论文

mainRemindGrade这个字段本来是Integer型的,因为需要将它改成了bigInteger型的,部署后后服务器上就报这个错误,服务器是Solaris  求指导~谢谢啦~

错误日志: org.displaytag.exception.BaseNestableJspTagException <init> Exception: [.LookupUtil] Error looking up property "mainRemindGrade" in object type "com.boco.eoms.sheet.complaint.webapp.action.ProcessListComplaintDisplaytagDecoratorHelper". Cause: null
                                 java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor1490.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
。。。。
Caused by: java.lang.NoSuchMethodError: com.tearn.it.sheet.complaint.model.ComplaintMainSN.getMainRemindGrade()Ljava/lang/Integer;
at com.tearn.it.sheet.complaint.webapp.action.ProcessListComplaintDisplaytagDecoratorHelper.getMainRemindGrade(ProcessListComplaintDisplaytagDecoratorHelper.java:386)
... 112 more
代码:
public class ComplaintMainSN extends ComplaintMain {
   private String mainTempHoldFlag;
  private BigInteger mainRemindGrade;
  private BigInteger mainRemindTime2;
  private BigInteger mainRemindTime3;
  private String serviceArea;
。。。。
 public String getMainTempHoldFlag() {
    return this.mainTempHoldFlag;
  }
  public void setMainTempHoldFlag(String mainTempHoldFlag) {
    this.mainTempHoldFlag = mainTempHoldFlag;
  }
  public BigInteger getMainRemindGrade() {
    return this.mainRemindGrade;
  }
  public void setMainRemindGrade(BigInteger mainRemindGrade) {
    this.mainRemindGrade = mainRemindGrade;
  }
}
这个需要在helper类里加一个特殊处理
是因为那个helper类里面,报错的那个方法上面那个方法里面报错了。不过还是不清楚为什么上面的方法异常了下面的就会报这样的错,

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。