Hi,
I wanted to add the forgotten pw functionality to a new project.
Therefor I needed to add a forgotten password proces. I copied the proces from an earlier project (yes Im lazy). I made sure that the checkbox 'Handles forgotten password' was checked.
Now If I login into the application with:
http://localhost:8080/AwareIM/logonFP.aw?domain=TestProject
I always get this error:
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: java.lang.Exception: A process that handles forgotten password was not found in the business space version
com.bas.webapp.thin.servlets.ForgottenPasswordServlet.doPost(Unknown Source)
com.bas.webapp.thin.servlets.ForgottenPasswordServlet.doGet(Unknown Source)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
root cause
java.lang.Exception: A process that handles forgotten password was not found in the business space version
com.bas.webapp.thin.servlets.ForgottenPasswordServlet.A(Unknown Source)
com.bas.webapp.thin.servlets.ForgottenPasswordServlet.doPost(Unknown Source)
com.bas.webapp.thin.servlets.ForgottenPasswordServlet.doGet(Unknown Source)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
I deleted the proces and added it by hand, but the error remains.
I also tried another URL:
http://localhost:8080/AwareIM/logon2.html?domain=TestProject
Could it be that copying the proces damaged the BSO???