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> 展开
和 <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> 展开
若以下回答无法解决问题,邀请你更新回答
展开全部
楼主发下完整的spring配置文件上来看看。。
更多追问追答
追问
已经把主要的贴出来了,datasource,sessionFactory和TransactionManager的部分我没有贴了。
追答
没看出什么问题来,你只能等别的高手了。如果你有空的话可以试试换过一个版本3.0的换过。
这是百度上搜的,这问题我没遇到过不好意思啦。。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你的jar包文件加入进来了没。。 你这是没找到element元素。 不知道如何解析。 没有xsd文件
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询