]> git.mxchange.org Git - jjobs-war.git/commitdiff
fixed JNDI names
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 22:33:11 +0000 (00:33 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 22:33:11 +0000 (00:33 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java

index b66bc045310652f6f7fe872a98d5189e1ec129a7..98b6ac372b991d11ac3c6c2e990fbe863ed281e4 100644 (file)
@@ -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;