java中运行时出现下面的错误是什么原因呢?其中有配置spring
org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'dat...
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [beans.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.config.internalTransactionAdvisor': Cannot create inner bean '(inner bean)' of type [org.springframework.transaction.interceptor.TransactionInterceptor] while setting bean property 'transactionInterceptor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)': Cannot resolve reference to bean 'txManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.springframework.jdbc.datasource.DataSourceTransationManager] for bean with name 'txManager' defined in class path resource [beans.xml]; nested exception is java.lang.ClassNotFoundException: org.springframework.jdbc.datasource.DataSourceTransationManager......
展开
5个回答
展开全部
目测是你的 环境问题,导致容器没法加载数据源相关依赖,org.springframework.jdbc.datasource.DataSourceTransationManager
你搜搜看项目里面有没有这个类,没有就是少包了,有不止一个很可能是冲突了
你搜搜看项目里面有没有这个类,没有就是少包了,有不止一个很可能是冲突了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
缺少org.springframework.jdbc的jar包,在spring的jar包下有的,引入进来即可。
追问
哦,谢谢,那请问这个jar包的名称是什么呀?
追答
这。。。打开spring的jar包就能看到全名就是上面那个啊,org.springframework.jdbc-3.0.5.RELEASE.jar。我的是3.0.5。你可能用的不一样。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
java.lang.ClassNotFoundException: org.springframework.jdbc.datasource.DataSourceTransationManage
jar包没导入吧?
jar包没导入吧?
追问
哦,谢谢,那请问这里可以看的出什么jar包没有导入吗?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
只列出异常怎么帮得上你。好歹也上代码啊
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询