Spring错误:Error creating bean with name 'userTransaction' defined in class path resource

spring启动失败org.springframework.beans.factory.access.BootstrapException:Unabletoinitial... spring启动失败
org.springframework.beans.factory.access.BootstrapException: Unable to initialize group definition.
Group resource name [classpath*:beanRefFactory.xml], factory key [default]; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'default'
defined in URL [file:/F:/work/fee/fee/WebContent/WEB-INF/classes/beanRefFactory.xml]: Instantiation of
bean failed; nested exception is org.springframework.beans.FatalBeanException: Could not instantiate
class [org.springframework.context.support.ClassPathXmlApplicationContext]; constructor threw
exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userTransaction' defined in class path resource [applicationContext.xml]:

Initialization of bean failed; nested exception is javax.naming.NameNotFoundException: Name UserTransaction is not bound in this Context
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'default'
defined in URL [file:/F:/work/fee/fee/WebContent/WEB-INF/classes/beanRefFactory.xml]: Instantiation of
bean failed;

nested exception is org.springframework.beans.FatalBeanException: Could not instantiate
class [org.springframework.context.support.ClassPathXmlApplicationContext]; constructor threw
exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error
错误说 Name UserTransaction is not bound in this Context,可是我在tomcat的xml文件中配置了UserTransaction。
第一张图是properties文件,
第二张图是tomcat的xml,
第三张是application.xml的UserTransaction配置
展开
 我来答
沈阳java
推荐于2017-11-26 · TA获得超过1507个赞
知道小有建树答主
回答量:797
采纳率:50%
帮助的人:669万
展开全部
Tomcat是一个Web容器,并不是JavaEE服务器。Tomcat除了提供数据源的支持外,对于其它JavaEE规范并不实现。也就是说Tomcat容器不支持JTA。所以,你无法在Tomcat容器中使用JTA。如果你想使用容器提供的JTA来控制事务,那么请选择JavaEE服务器,例如JBoss。否则在Tomcat中请使用程序控制事务,例如DataSourceTransactionManager事务管理器。
巩蕙兰uD
2013-08-27
知道答主
回答量:19
采纳率:0%
帮助的人:7.5万
展开全部
xml文件 放在 src文件夹下
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式