In my spring config file, I have given a declaration for <jpa:repositories> as
Here, the weblink ww.springframework.org/schema/data/jpa is getting opened in eclipse browser but http://www.springframework.org/schema/data/jpa/spring-jpa.xsd is not, though it is working in IE. What is the reason. I think because of this proble only, I am getting the error:
I have included spring-data-jpa 1.0.0. RELEASE jar in the library.