Spring 3.0配置tx/aop事务时出现了一个错误,不知道该怎么解决,求助!

就是在<tx:adviceid="txAdvice"transaction-manager="transactionManager">和<aop:config>这两行分别... 就是在 <tx:advice id="txAdvice" transaction-manager="transactionManager">
和 <aop:config>这两行分别出现了如下错误:
Multiple annotations found at this line:
- cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element
'tx:advice'.
- schema_reference.4: Failed to read schema document 'http://www.springframework.org/schema/tx/spring-
tx-3.0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the
document is not <xsd:schema>.

不知道这种情况该怎么解决。
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">

<tx:advice id="txAdvice" transaction-manager="transactionManager">
<tx:attributes>
.................
</tx:attributes>
</tx:advice>
<aop:config>
<aop:pointcut id="allManagerMethod" expression="execution(* com.cims.mrocooperate.service.impl.*.*(..))" />
<aop:advisor pointcut-ref="allManagerMethod" advice-ref="txAdvice" />
</aop:config>
</beans>
展开
 我来答
若以下回答无法解决问题,邀请你更新回答
R把握现在
2011-11-09 · 把握机会,把握现在
R把握现在
采纳数:164 获赞数:540

向TA提问 私信TA
展开全部
楼主发下完整的spring配置文件上来看看。。
更多追问追答
追问
已经把主要的贴出来了,datasource,sessionFactory和TransactionManager的部分我没有贴了。
追答
没看出什么问题来,你只能等别的高手了。如果你有空的话可以试试换过一个版本3.0的换过。
这是百度上搜的,这问题我没遇到过不好意思啦。。
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
阙分5177
2011-11-09 · TA获得超过6.6万个赞
知道大有可为答主
回答量:4万
采纳率:0%
帮助的人:2974万
展开全部
你的jar包文件加入进来了没。。 你这是没找到element元素。 不知道如何解析。 没有xsd文件
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式