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

同理

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

时间: 2024-11-05 02:27:10

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

idea调试springMVC报错:通配符的匹配很全面, 但无法找到元素 &#39;mvc:resources&#39; 的声明

错误信息如下: org.apache.catalina.core.ApplicationContext log 严重: StandardWrapper.Throwable org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 39 in XML document from class path resource [spring-mvc.xml] is invalid; nested exceptio

springMVC:通配符的匹配很全面, 但无法找到元素 &#39;mvc:annotation-driven&#39; 的声明

转自:http://blog.csdn.net/tolcf/article/details/50845483 报错信息:通配符的匹配很全面, 但无法找到元素 'mvc:annotation-driven' 的声明 原因是:虽然在xml文件上方声明了mvc,但没有配置此声明对应的文件信息,正确配置如下: <beans xmlns="http://www.springframework.org/schema/beans"       xmlns:xsi="http://ww

通配符的匹配很全面, 但无法找到元素 &#39;mvc:annotation-driven&#39; 的声明

org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 14 in XML document from class path resource [spring-servlet.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 14; columnNumber: 28; cvc-complex-

SSM商城系统开发笔记-问题01-通配符的匹配很全面, 但无法找到元素 &#39;mvc:annotation-driven&#39; 的声明。

配置搭建完后进行Post请求测试时报错: Caused by: org.xml.sax.SAXParseException; lineNumber: 14; columnNumber: 29; cvc-complex-type.2.4.c: 通配符的匹配很全面, 但无法找到元素 'mvc:annotation-driven' 的声明. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseExce

通配符的匹配很全面, 但无法找到元素 &#39;context:property-placeholder&#39; 的声明。

在Spring相应包导入正确的前提下,出现这个异常,是因为我们在引入命名空间的时候,没有正确引入它的DTD解析文件,以上面的context为例,解决办法如下: 在引入 xmlns:context="http://www.springframework.org/schema/context"的同时,在xsi:schemaLocation这个字符串中添加context相关的解析文件:http://www.springframework.org/schema/context http://w

关于spring”通配符的匹配很全面, 但无法找到元素 &#39;context:component-scan&#39; 的声明“的错误

关于spring配置的问题 近日学习spring时遇到了这个问题: [html] view plain copy org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 12 in XML document from URL [file:/F: /workspace/spring/target/classes /applicationContext.xml] is invalid; nested ex

[bug]cxf: cvc-complex-type.2.4.c: 通配符的匹配很全面, 但无法找到元素 &#39; &#39;jaxws:server&#39; 的声明,问题处理

问题原因: 未知,因个人环境不同,无法保证都适用 问题解决方法: 将cxf在spring的配置信息调整到最前方 原配置信息头:     运行时错误提示: 调整后 提示页面 [bug]cxf: cvc-complex-type.2.4.c: 通配符的匹配很全面, 但无法找到元素 ' 'jaxws:server' 的声明,问题处理 原文地址:https://www.cnblogs.com/Vgger/p/8594426.html

spring-data-slor 通配符的匹配很全面, 但无法找到元素 &#39;solr:solr-server&#39; 的声明。

错误信息: Caused by: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 9 in XML document from class path resource [spring/spring-solr.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 9; columnNumbe

通配符的匹配很全面, 但无法找到元素 &#39;context:component-scan&#39; 的声明

一开始的context.xml中的配置文件如下: <?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:context="http://ww