在Ibatis 的sqlMap或者sqlMapConfig配置文件中如果出现以下错误信息:
Referenced file contains errors (http://www.ibatis.com/dtd/sql-map-config-2.dtd). For more information, right click on the message in the
Problems View and select "Show Details..."
同样在Spring的配置文件下也出现了同样的错误,在网上找了很多解决办法,但是大多数都说的比较模糊,其实像这种错误是属于配置文件的验证错误,实际上并不影响项目的正常运行,此时我们可以选择:
Window--Preferences--General--Validation,可以去掉XML Validator 和 XSL Validator 等文件类型的验证信息(包括Manual和Build)