Index: lams_common/web/index.jsp =================================================================== diff -u -r9610e0089dfc7164375251998962e0b07f95d769 -rb7d1bf89d6915dc9ecee7c57b39a1f2430614086 --- lams_common/web/index.jsp (.../index.jsp) (revision 9610e0089dfc7164375251998962e0b07f95d769) +++ lams_common/web/index.jsp (.../index.jsp) (revision b7d1bf89d6915dc9ecee7c57b39a1f2430614086) @@ -264,7 +264,7 @@ <%JspRedirectStrategy.welcomePageStatusUpdate(request,response);%> <%String login = request.getRemoteUser(); WebApplicationContext ctx = WebApplicationContextUtils.getWebApplicationContext(request.getSession().getServletContext()); - UserManagementService service = (UserManagementService)ctx.getBean("userManagementService"); + UserManagementService service = (UserManagementService)ctx.getBean("userManagementServiceTarget"); User user = service.getUserByLogin(login); if ( login==null ){%>
An error has occured. You have tried to log @@ -298,7 +298,7 @@