Hi All
I'm trying to build in spring security into jsf2, both I'm new too.
I get the following errors every time I attempt to authenticate an invalid user.
(i.e. In the class:LoginBean method:doLogin after the return null)
My login.jspx is under WebRoot\faces
HTTP 404 Not Found displays in the browser.
Console display:-
SEVERE: Servlet.service() for
servlet Faces Servlet threw exception
java.lang.NullPointerException
at org.apache.shale.remoting.impl.MappingImpl.viewId(MappingImpl.java:260)
Not sure what I'm doing wrong
.
file:LoginBean.java
file:applicationContext-security.xml
file:login.jspx