We are facing one issue about EhCache and Spring, when we point XSD file in ehcache.xml to http://ehcache.org/ehcache.xsd, everything is ok, our application can startup cor
In my case just downloading the file from http://ehcache.org/ehcache.xsd into src/main/resources solves the problem
src/main/resources
cd src/main/resources wget http://ehcache.org/ehcache.xsd