Hai All, I got a doubt about the execution flow of the Jetspeed. When I invoke the Turbine servlet, why the system look for the users, I mean why execution of getUser() method when I am not trying for loging and if it is necessray where from the getUser() is called at the time of servlet instantiation.
Note : ***** is my logging statement. ***** Inside the getService() of JetspeedAuthentication ..going to TurbineAuthentication class ***** [15:04:55,730 INFO ] ***** Inside the getUser() of JetspeedUserManagment ***** [15:04:55,730 INFO ] ***** Inside the getUser() of TurbineUserManagment ***** [15:04:55,750 INFO ] ***** Criteria created ***** [15:04:56,010 INFO ] IDBroker thread was started. [15:04:56,321 DEBUG] SELECT TURBINE_USER.USER_ID, TURBINE_USER.LOGIN_NAME, TURBINE_USER.PASSWORD_VALUE, TURBINE_USER.FIRST_NAME, TURBINE_USER.LAST_NAME, TURBINE_USER.EMAIL, TURBINE_USER.CONFIRM_VALUE, TURBINE_USER.MODIFIED, TURBINE_USER.CREATED, TURBINE_USER.LAST_LOGIN, TURBINE_USER.DISABLED, TURBINE_USER.OBJECTDATA FROM TURBINE_USER WHERE (TURBINE_USER.LOGIN_NAME='anon') [15:04:56,331 DEBUG] Elapsed time=10 ms Greetings and Looking forward to hearing from the team. Nishar. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
