这是什么错误? Exception in thread "main" org.springframework.beans.factory.BeanCreationException 20
Errorcreatingbeanwithname'userDAO'definedinclasspathresource[applicationContext.xml]:...
Error creating bean with name 'userDAO' defined in class path resource [applicationContext.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 class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.InvalidMappingException: Could not parse mapping document from invalid mapping
展开
3个回答
2016-07-29
展开全部
这是spring配置文件报错 就是说你在配置实体类的value的时候 类型不匹配 比如你的实体类里定义了一个 private int age; int类型 而你在配置文件里注入的是<constructor-arg value="中文" index="3" type="int"></constructor-arg>中文 无法转换成int 就报错了!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
使用HIBERNATE时映射文件有问题
追问
能说具体点么?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
...你是在web程序中执行的吗?不能再main函数中执行.
追问
不是在web程序中执行的,用的是main,sessionFactory为什么初始化失败?
追答
你再仔细检查你的配置文件....
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询