关于java:Error-creating-bean-with-name-sessionFactory-defined

54次阅读

共计 442 个字符,预计需要花费 2 分钟才能阅读完成。

Error creating bean with name ‘sessionFactory’ defined in class path resource [spring/applicationContext-hibernate.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: entity class not found: com.zking.ssh.book.entity.Module

利用 ssh 开发我的项目,在用 tomcat 启动服务时报这个谬误,认真核实了相应包和类映射后,启动仍然是报错。


解决办法:

1. 如果是导入的我的项目,先重现配置所有的 Configure build path 依赖项,包含 jdk,junit,tomcat 等。
2. 确保所有的 jar 包没问题,maven install 试试。
3. 清空所有的 tomcat 缓存,极有可能是缓存的问题。
4. 更新我的项目,而后从新运行。

此次解决是清空缓存。

正文完
 0