`
Josh_Persistence
  • 浏览: 1651376 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类

Eclipse Xml编译错误Referenced file contains errors - spring-beans-4.0.xsd

阅读更多

在eclipse中,有时候在xml文件中,特别是于Spring相关的配置文件中,会出现一些不影响程序正常运行的编译错误,如:

Referenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-4.0.xsd).

可通过如下步骤解决这个编译错误:

 

1. Spring的版本变更了,但是Eclipse的编译器还是使用之前缓存的spring-beans-**.xsd文件。其原因是

对于Eclipse编译器来说有个缓存会缓存这些配置文件,这样验证的时候会告诉你版本不统一。

解决办法是清空这些文件并强制eclipse重新加载这些文件。

1) Preferences -> General -> Network Connections -> Cache
选择响应的文件病点击删除或者直接点击删除全部。

 

2) 如果是Maven工程,右击工程,并选择Maven,选择Update Project.

 

3)如果以上两步都不行,则可关闭project并重新打开强制eclipse进行编译。

 

2. 当前使用的spring版本和配置文件中配置的不相同,导致xsd等文件不会被正确加载,改成当前版本即可。

如果不成功则重复上面的2)3)两步即可。

 

3. 在使用spring时,使用多个配置文件,那么头里面的配置一定要统一。

如果不成功则重复上面的2)3)两步即可。

 

 

0
0
分享到:
评论

相关推荐

    dubbo找不到dubbo.xsd报错

    dubbo找不到dubbo.xsd报错, cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'. - schema_reference.4: Failed to read schema document...

    dubbo.

    1. Spring整合:Dubbo可以无缝集成Spring,使得服务配置、依赖注入更加便捷。 2. API与配置中心:除了XML配置外,Dubbo还提供了API和基于ZK的动态配置中心,方便服务管理。 3. Protocol插件化:Dubbo支持自定义通讯...

    org.eclipse.paho.mqttv5.client-1.2.5.jar解决SSL认证连接SNIHostName类不存在的问题

    MQTTv5版的客户端库,原地址:https://github.com/eclipse/paho.mqtt.java。 本资源合入了解决低于android7.0报错Caused by: java.lang.ClassNotFoundException: Didn't find class "javax.net.ssl.SNIHostName"的...

    常规Java工具,算法,加密,数据库,面试题,源代码分析,解决方案

    Eclipse Xml编译错误引用的文件包含错误 - spring-beans-4.0.xsd 6年前 Git_语言_显示 修改GitHub上项目语言显示的问题 6年前 Gradle_依赖项_排除 Gradle 依赖排除 6年前 Gradle_依赖_管理 Gradle依赖管理 6年前 ...

    thymeleaf-extras-springsecurity-3.0-master.zip

    Thymeleaf - Spring Security integration modules [Please make sure to select the branch corresponding to the version of Thymeleaf you are using] Status This is a thymeleaf extras module, not a part ...

    spring-tx-4.2.2.RELEASE.jar

    The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referenced from required .class files 解决方法: 导入spring-tx-4.2.2.RELEASE.jar包。

    validation-api-2.0.0.Final.jar

    validation-api-2.0.0.Final.jar 主要用于支持Maven项目,缺失可引起以下异常The type javax.validation.Payload cannot be resolved. It is indirectly referenced from required .class files

    jaxb-impl.jar包

    `jaxb-impl.jar`是Java Architecture for XML Binding (JAXB)的一个实现包,它是Java平台标准版(Java SE)和企业版(Java EE)的一部分,主要用于XML到Java对象的绑定以及反之,使得开发者能够方便地在Java程序中...

    struts.xml的错误解决办法

    错误提示"Referenced file contains error (http://struts.apache.org/dtds/struts-2.0.dtd)"表明系统无法找到或解析指定的DTD文件,这通常是由于网络连接问题、DTD文件位置不正确或XML解析器无法识别DTD导致的。...

    BURNINTEST--硬件检测工具

    Windows 95 and NT are not supported in BurnInTest version 4.0 and above. Use a version of BurnInTest prior to 3.1 for compatibility with W95 and NT. Version History =============== Here is a ...

    spring-tx.jar

    The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referenced异常缺少的包

    基于框架的Web开发-spring基础环境搭建.doc

    在进行基于Spring框架的Web开发时,首先需要搭建一个基础的Spring环境,这通常涉及到创建项目、下载必要的库文件,并将这些库文件整合到开发环境中。以下是对搭建Spring基础环境的详细步骤的解释: 1. **注意事项**...

    Chinese Entity Linking Comprehensive

    This file contains 2176 queries. Each query entry consists of the following fields: <query id> - A query ID formatted as the letters "EL_CLCMN_" (if a Chinese language query) or "EL_CLENG_" (if ...

    ant编译的文件要在eclipse中编译需要的jar文件

    Ant以其XML为基础的构建文件(通常命名为build.xml)为开发者提供了跨平台的构建脚本,可以用于编译、打包、测试和部署应用程序。Eclipse是一款流行的Java集成开发环境(IDE),虽然它自带了内置的构建系统,但在...

    UPnP_Programming_Guide

    - **4.1.32** `UPNP_E_EXT_NOT_XML [-504]`: Occurs when a file extension is not XML. - **4.1.33** `UPNP_E_NOT_FOUND [-507]`: Signals that something could not be found. - **4.1.34** `UPNP_E_INTERNAL_...

    Windows.PowerShell.Pocket.ReferenceD.Lee.Holmes.文字版

    - **解析XML文档**:PowerShell提供了强大的工具来处理XML数据。 - **XML节点操作**:包括创建、读取、更新和删除节点。 ##### 11. 简单运算符 - **赋值运算符**:`=` - **递增/递减运算符**:`++`、`--` - **算术...

    Senfore_DragDrop_v4.1

    run-time errors (e.g. "Error reading blahblahblah: Property does not exist.") if you attemt to run the demos without fixing this problem. Luckily it is very easy to make the forms work again; Just ...

    EXECUTABLE AND LINKABLE FORMAT

    The ELF header is a critical part of an ELF file that contains information needed to interpret the file. This includes: - **Magic Number**: A sequence of bytes at the beginning of the file to ...

    Boolean RT.zip

    7- Creating a new mesh or overwriting existing mesh to affect all referenced objects. 8- Optional smart execution by avoiding the calculation when not need (when there is no intersection or the ...

Global site tag (gtag.js) - Google Analytics