整合ssh框架时报错了,请帮帮忙!
2010/12/02-22:13:51ERRORContextLoaderPlugIn:229-Contextinitializationfailedorg.spring...
2010/12/02-22:13:51 ERROR ContextLoaderPlugIn:229 - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Association references unmapped class: Sys_user
Caused by:
org.hibernate.MappingException: Association references unmapped class: Sys_user 展开
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Association references unmapped class: Sys_user
Caused by:
org.hibernate.MappingException: Association references unmapped class: Sys_user 展开
展开全部
意思你是在struts-config.xml文件使用 pulgin来加载其他的配置文件时由于配置文件没有正确映射到对应的属性或类等等。。。ContextLoaderPlugIn加载失败了。 Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: 意思是在 [applicationContext.xml]: 文件中不识别'sessionFactory' ,这些应该你的配置文件有问题。仔细点就会找到解决了。
展开全部
按照错误提示是你的Sys_user表没有映射上
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
去看看你是不是配置了一个Hibernate映射,里面是对sys_user这个表的,但是代码里又没有实现。。。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
看你的错误是 配置文件没有创建sessionFactory这个类,就被Sys_user这个类引用。
所以实例化时,找不到sessionFactory这个bean...就出错了。
这些框架整合多几次就熟悉了。。没有什么难的。
所以实例化时,找不到sessionFactory这个bean...就出错了。
这些框架整合多几次就熟悉了。。没有什么难的。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询