From: Roland Häder Date: Thu, 6 Jul 2017 21:56:04 +0000 (+0200) Subject: 'login' is to generic, there are maybe other logins around than just for users only X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fdb92a3137f561050a767997690c4cb6deb57875;p=jjobs-war.git 'login' is to generic, there are maybe other logins around than just for users only Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/jjobs/beans/login/user/JobsUserLoginWebSessionBean.java b/src/java/org/mxchange/jjobs/beans/login/user/JobsUserLoginWebSessionBean.java index 780644c3..181e39ba 100644 --- a/src/java/org/mxchange/jjobs/beans/login/user/JobsUserLoginWebSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/login/user/JobsUserLoginWebSessionBean.java @@ -330,7 +330,7 @@ public class JobsUserLoginWebSessionBean extends BaseJobsController implements J Context context = new InitialContext(); // Try to lookup - this.userLoginBean = (UserLoginSessionBeanRemote) context.lookup("java:global/jjobs-ejb/login!org.mxchange.jusercore.model.login.user.UserLoginSessionBeanRemote"); //NOI18N + this.userLoginBean = (UserLoginSessionBeanRemote) context.lookup("java:global/jjobs-ejb/userLogin!org.mxchange.jusercore.model.login.user.UserLoginSessionBeanRemote"); //NOI18N // Also find this this.userPasswordHistoryBean = (UserPasswordHistorySessionBeanRemote) context.lookup("java:global/jjobs-ejb/userPasswordHistory!org.mxchange.jusercore.model.user.password_history.UserPasswordHistorySessionBeanRemote"); //NOI18N