STS で Spring Data JPA を構成しているときに、次の問題が発生します。
Referenced file contains errors (jar:file:/.../war/WEB-INF/lib/spring-
context-3.0.RELEASE.jar!/org/springframework/context/config/spring-context-3.0.xsd).
- Referenced file contains errors (jar:file:/.../war/WEB-INF/lib/spring-
beans-3.0.RELEASE.jar!/org/springframework/beans/factory/xml/spring-beans-3.0.xsd).
- Referenced file contains errors (jar:file:/.../war/WEB-INF/lib/spring-
beans-3.0.RELEASE.jar!/org/springframework/beans/factory/xml/spring-tool-3.0.xsd)
applicationContext.xml ファイルのこの場所でこのエラーが発生しています。
<?xml version="1.0" encoding="UTF-8"?>
削除するとエラーが消えます
http://www.springframework.org/schema/data/jpa http://www.springframework.org/schema/data/jpa/spring-jpa-1.0.xsd
から
<beans ...>
と
<jpa:repositories ... />
XML からのタグ。