在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)