通配符的匹配很全面, 但无法找到元素 'xxxxxxxx'

首先,一般配置通配符之前,你都会有如下xml头吧

<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:context="http://www.springframework.org/schema/context"
       xmlns:tx="http://www.springframework.org/schema/tx"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
            http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
            http://www.springframework.org/schema/context
            http://www.springframework.org/schema/context/spring-context-2.5.xsd
            http://www.springframework.org/schema/tx
            http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">

每当你添加了一个新的命名空间的时候(IDEA你自己手动加的话)

xmlns:tx="http://www.springframework.org/schema/tx" 

你还需要记得加入

http://www.springframework.org/schema/tx
            http://www.springframework.org/schema/tx/spring-tx-3.0.xsd

到xsi:schemaLocation=“     ”中。

据说IDEA你自己在下面用明明空间+“:”会自动帮你导入哦!!!!!(我为什么这么晚才发现,蠢哭)

通配符的匹配很全面, 但无法找到元素 'xxxxxxxx'

原文地址:https://www.cnblogs.com/wcxcc/p/10703752.html

时间: 2024-10-02 20:01:28

通配符的匹配很全面, 但无法找到元素 'xxxxxxxx'的相关文章

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

配置Spring时出现如题这个错误,下面是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:/

通配符的匹配很全面, 但无法找到元素 &#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

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

关于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

通配符的匹配很全面, 但无法找到元素

关于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

通配符的匹配很全面, 但无法找到元素 ‘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.

[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

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

通配符的匹配很全面, 但无法找到元素 &#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-