找不到元素[资源]的BeanDefinitionParser

时间:2013-08-25 22:29:44

标签: spring spring-mvc xsd-validation

我最近将我的网络应用程序迁移到了Spring 3.2.3。 最近在尝试解决静态页面问题时,我遇到了mvc:resources命名空间。 但是,我在应用程序context.xml文件中收到错误。 我搜索了很多,但无法解决问题。请帮助。 我正在使用My Eclipse 8.6和Tomcat 6。

请注意,control + space表示mvc:resources。但是一旦我使用它就会抛出 找不到元素[resources]

的BeanDefinitionParser

尝试使用带有显式版本的模式。 我已粘贴相关代码

 <?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:p="http://www.springframework.org/schema/p"
        xmlns:context="http://www.springframework.org/schema/context"
        xmlns:mvc="http://www.springframework.org/schema/mvc" 
        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.2.xsd
                http://www.springframework.org/schema/context 
                http://www.springframework.org/schema/context/spring-context-3.2.xsd
                http://www.springframework.org/schema/mvc
                http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd
                http://www.springframework.org/schema/aop 
                http://www.springframework.org/schema/aop/spring-aop-3.2.xsd
                http://www.springframework.org/schema/tx 
                http://www.springframework.org/schema/tx/spring-tx-3.2.xsd">

    <mvc:resources location="" mapping=""/>

</beans>

1 个答案:

答案 0 :(得分:0)

确保您必须更正类路径上的jar,确保spring-webmvc.jar位于类路径上。使用Maven(或Gradle)时,请确保您的类路径上有该jar的单个(且正确)版本。多个版本可能会发生冲