大家好!我用SSH做项目,配置完启动时一直提示以下,实在找不到是什么原因.还请各位帮忙指点...在线等.感谢!!
严重: Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'articleService' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'articleDAO' of bean class [com.ytao.service.impl.ArticleServiceImpl]: Bean property 'articleDAO' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'articleDAO' of bean class [com.ytao.service.impl.ArticleServiceImpl]: Bean property 'articleDAO' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?