(以下内容为自己在学习和开发中所遇到的问题及解决办法,如有不当之处,欢迎指正)
在搭建OA的ssh框架时报如下错误:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in classpath resource [beans.xml]: Invocation of init method failed; nested exception is org.hibernate.InvalidMappingException: Could not parse mapping document from file D:\Tomcat\apache-tomcat-7.0.70-windows-x86\apache-tomcat-7.0.70\wtpwebapps\OA\WEB-INF\classes\cn\gao\oa\domain\Role.hbm.xml
解决办法:
1.检查beans.xml配置文件、Role.hbm.xml配置文件是否正确;
2.检查ssh所需要用到的jar包是否都导入lib包下;
3.检查tomcat配置是否正确;
4.检查jre环境是否正确。
5.更换eclipse工作空间。