Hi, I was trying to run one sample example on
Maven Spring framework based on Mkyong.com. But having this following 3 errors:
1) Type: Maven Configuration Problem: An error occurred while filtering resources
2) Type: Spring Beans Problem: Configuration problem: spring-security-web classes are not available. You need these to use <filter-chain-map>
Offending resource: file [C:/******/******/Desktop/Spring Examples/SpringMVC/src/main/webapp/WEB-INF/spring-security.xml]
3) Type: Spring Beans Problem: spring-security-web classes are not available. You need these to use <filter-chain-map>
Please help me to find my mistake(s). Thanks a lot
a) pom.xml is as follows:
b) mvc-dispatcher-servlet.xml is as follows:
c) spring-security.xml is as follows:
NOTE: Here I am getting the Error sign (Red Cross)
I did check my local repository (C:\******\*******\.m2\repository\org\springframework\security) and there I found everything nice and set. Then where is the problem
1) spring-security-config-3.0.5.RELEASE.jar (C:\******\*******\.m2\repository\org\springframework\security\spring-security-config\3.0.5.RELEASE)
2) spring-security-core-3.0.5.RELEASE.jar (C:\*******\*******\.m2\repository\org\springframework\security\spring-security-core\3.0.5.RELEASE)
3) spring-security-web-3.0.5.RELEASE.jar (C:\*******\*******\.m2\repository\org\springframework\security\spring-security-web\3.0.5.RELEASE)
NOTE: All the necessary POM files are there as well