程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> java-求大家幫忙,急需答案

java-求大家幫忙,急需答案

編輯:編程綜合問答
求大家幫忙,急需答案

Unable to instantiate Action, cfgmaintenanceAction, defined for 'cfgmaintenanceList' in namespace '/cfgmaintenance'Error creating bean with name 'cfgmaintenanceAction' defined in class path resource [com/cnc/itsm/two/cfgmaintenance/xml/cfg_maintenance-struts2.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'cfgMaintenanceDAO' of bean class [com.cnc.itsm.two.cfgmaintenance.action.cfgmaintenanceAction]: Bean property 'cfgMaintenanceDAO' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? - action - file:/D:/project/workspace/itsm3/web-module/webapp/WEB-INF/classes/com/cnc/itsm/two/cfgmaintenance/xml/cfg_maintenance-config-struts2.xml:7:80

最佳回答:


額! 下次問問題的時候,請把問題說明清楚,不要只貼錯誤,不然不好解決。
按照提示來說,就是無法實例化在空間/cfgmaintenance中的cfgmaintenanceAction。
錯誤的原因是:屬性值錯誤,沒有這個屬性。可以去檢查下cfgMaintenanceDAO這裡面的幾個getter方法。不過按照你類的命名,既然是Dao,就不大可能出現getter方法啊,所以還有可能就是你的配置Dao的地方錯了。 去檢查下cfg_maintenance-config-struts2.xml第80行

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved