问答详情
源自:1-5 封装数据服务层(二)

bean无法创建

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'noificationService' defined in class path resource [spring-config.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'noificationDao' of bean class [org.androidpn.server.service.impl.NotificationServiceImpl]: Bean property 'noificationDao' is not writable or has an invalid setter method. Did you mean 'notificationDao'?

提问者:斯蒂芬_Go 2015-04-04 10:23

个回答

  • qq_零度的浪漫_0
    2016-02-19 11:41:09

    检查notificationDao是否生成get/set方法 并且在spring-config.xml里配置了此bean