I am using spring_security with primefaces I create my login file and the loginBean and I add all the required librairies but I get this error:
Configuration problem: You must use a 3.0 schema with Spring Security 3.0.(2.0 or 3.1 versions are not valid) Please update your schema declarations to the 3.0.3 schema (spring-security-3.0.3.xsd).
Offending resource: ServletContext resource [/WEB-INF/applicationContext-security.xml]
I look to the faces-config.xml I found that this line
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee /web-facesconfig_2_0.xsd"
version="2.0"
I wonder if is this the main cause of error ?? and how can I correct it ?