org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'downloadinfoAction' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert property value of type [com.ICP.services.DownloadinfoManage] to required type [com.ICP.services.DownloadinfoManage] for property 'manage'; nested exception is java.lang.IllegalArgumentException: Original must not be null这是错误信息,请高手帮忙看一下是怎么回事?

解决方案 »

  1.   

    看下你的applicationContext。xml吧  配置问题 
      

  2.   


    呵呵~不是配置文件的错误,是spring存在的bug已经解决了
      

  3.   

    Error creating bean with name 'downloadinfoAction' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Initialization of bean failed不能够创建名为'downloadinfoAction' 的bean,原因在配置文件中找不到如果你真的写了并且写的正确的话,那就重新发布一次,再运行
      

  4.   

    applicationContext.xml中'downloadinfoAction'有问题,这个好解决!