org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.cn.oa.model.Organization' defined in file [C:\apache-tomcat-5.5.17\webapps\oa_01\WEB-INF\classes\applicationContext-beans.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'sessionFactory' of bean class [com.cn.oa.model.Organization]: Bean property 'sessionFactory' 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 'sessionFactory' of bean class [com.cn.oa.model.Organization]: Bean property 'sessionFactory' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:751)
at org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:608)
不知道你要问什么,Log里面来看,应该配置文件有问题,看看 com.cn.oa.model.Organization和你的配置文件里面的对应关系是否正确。######配置是有问题,但我就是没找哪里的。烦躁的
但是,谢谢你的提醒######说你的 com.cn.oa.model.Organization 错误 的设置属性 values, sessionFactory 没有geterr setter
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。