I have a maven-spring project in Eclipse and I have this annoying error message in one of my spring contexts:
Referenced file contains errors (jar:fil
I have recently had same issue with JPA-1.3
Nothing worked until I used explicit tools.xsd link
xsi:schemaLocation=" ... http://www.springframework.org/schema/tool http://www.springframework.org/schema/tool/spring-tool-3.2.xsd ... ">
like this: