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'?
检查notificationDao是否生成get/set方法 并且在spring-config.xml里配置了此bean