From: Roland Haeder Date: Mon, 10 Apr 2017 22:33:11 +0000 (+0200) Subject: fixed JNDI names X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1937a7dd11a485388efdd923727782d269183771;p=jjobs-war.git fixed JNDI names Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java b/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java index b66bc045..98b6ac37 100644 --- a/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java @@ -151,7 +151,7 @@ public class JobsUserLoginWebSessionBean extends BaseJobsController implements J this.loginBean = (UserLoginSessionBeanRemote) context.lookup("java:global/jjobs-ejb/login!org.mxchange.jusercore.model.login.UserLoginSessionBeanRemote"); //NOI18N // Also find this - this.userPasswordHistoryBean = (UserPasswordHistorySessionBeanRemote) context.lookup(""); //NOI18N + this.userPasswordHistoryBean = (UserPasswordHistorySessionBeanRemote) context.lookup("java:global/jjobs-ejb/userPasswordHistory!org.mxchange.jusercore.model.user.password_history.UserPasswordHistorySessionBeanRemote"); //NOI18N // Defaul template is guest this.baseTemplatePathName = GUEST_BASE_TEMPLATE_NAME;