首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

org.springframework.beans.factory.BeanCreationException: Error creating bean,该如何

2013-09-11 
org.springframework.beans.factory.BeanCreationException: Error creating beanorg.springframework.bea

org.springframework.beans.factory.BeanCreationException: Error creating bean
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loginService' defined in file [D:\Tomcat 5.5\webapps\Demo\WEB-INF\classes\applicationContext-actions.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'txAdvice': Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in file [D:\Tomcat 5.5\webapps\Demo\WEB-INF\classes\applicationContext-common.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in file [D:\Tomcat 5.5\webapps\Demo\WEB-INF\classes\applicationContext-common.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: An association from the table t_person refers to an unmapped class: int

[解决办法]
hibernate.cfg.xml  这个代码贴一下,还有sqlmap文件
[解决办法]
Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'

不是说 你配置 通知器的 时候 没 注入 事务管理器么?
[解决办法]
Invocation of init method failed; nested exception is org.hibernate.MappingException: An association from the table t_person refers to an unmapped class: int
看错了,你的map貌似没加载成功,看看hibernate.cfg.xml这个吧
[解决办法]
 An association from the table t_person refers to an unmapped class: int

很明显一个表字段映射错误了吧
[解决办法]
Person.hbm.xml 这个配置文件  配置的persion实体对应的数据库类型检查下  特别是 int的类型
[解决办法]
com/demo/model/Person.hbm.xml   文件干嘛不贴一下问题就在这里了

热点排行