严重: action: null
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'mappingResource' of bean class
[org.springframework.orm.hibernate3.LocalSessionFactoryBean]: Bean property 'mappingResource' is not writable or has an invalid setter method. Did you mean 'mappingResources'?
Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'mappingResource' of bean class
[org.springframework.orm.hibernate3.LocalSessionFactoryBean]: Bean property 'mappingResource' is not writable or has an invalid setter method. Did you mean 'mappingResources'?
这个是我Struts2.3那个程序报出来的恶心异常,
本文解决了一个在Struts2.3程序中出现的关于Hibernate3配置的异常问题,异常信息提示与sessionFactory定义有关,具体涉及到mappingResource属性设置错误。
1万+

被折叠的 条评论
为什么被折叠?



