引用的Spring XSD文件包含JBoss Developer Studio中的错误

时间:2015-04-08 12:50:17

标签: java xml spring jboss xsd

我有一个使用Jboss并在JBoss Developer Studio中开发的应用程序,我正在使用Spring Security。

突然,IDE开始在applicationContext.xml中显示错误,抱怨引用的文件包含错误。

所有内容都配置为使用java 1.7,我不明白为什么会发生这种情况。

有人知道这里发生了什么吗?

我在这里附上问题的屏幕截图。enter image description here

1 个答案:

答案 0 :(得分:1)

解决了这个问题:

<beans:beans xmlns:sec="http://www.springframework.org/schema/security" 

有了这个:

<beans xmlns:sec="http://www.springframework.org/schema/security"