码迷,mamicode.com
首页 > Web开发 > 详细

通配符的匹配很全面, 但无法找到元素 ‘mvc:resources‘ 的声明

时间:2014-09-16 16:14:00      阅读:859      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   os   ar   文件   div   




同理

org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 52 in XML document from class path resource [bean.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 52; columnNumber: 58; cvc-complex-type.2.4.
c: 通配符的匹配很全面, 但无法找到元素 ‘tx:annotation-driven‘ 的声明。求解决???

解决方案 »

  1. spring配置文件报错了吗?另外记得加上如下红色字体部分
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:aop="http://www.springframework.org/schema/aop" xmlns:context="http://www.springframework.org/schema/context"
    xmlns:jee="http://www.springframework.org/schema/jee"  xmlns:tx="http://www.springframework.org/schema/tx"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd   http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd   http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd   http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-3.0.xsd    http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">









参考:

http://www.debugease.com/j2ee/153550.html

http://elf8848.iteye.com/blog/875830

通配符的匹配很全面, 但无法找到元素 ‘mvc:resources‘ 的声明

标签:style   blog   http   color   io   os   ar   文件   div   

原文地址:http://my.oschina.net/macleo/blog/314114

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!