Index: lams_common/web/index.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_common/web/Attic/index.jsp,v diff -u -r1.3 -r1.4 --- lams_common/web/index.jsp 13 Dec 2004 05:52:11 -0000 1.3 +++ lams_common/web/index.jsp 14 Dec 2004 01:04:51 -0000 1.4 @@ -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 @@