]> git.mxchange.org Git - jfinancials-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/addressbook/beans/login/AddressbookUserLoginWebSessionBean.java

index 88c18721b6b720ae2b1bf3778cb0b33a5c2850c9..c9a0eb77d97269c731f21900f7d0e293351badb8 100644 (file)
@@ -144,7 +144,7 @@ public class AddressbookUserLoginWebSessionBean extends BaseAddressbookControlle
                        this.userLoginBean = (UserLoginSessionBeanRemote) context.lookup("java:global/addressbook-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/addressbook-ejb/userPasswordHistory!org.mxchange.jusercore.model.user.password_history.UserPasswordHistorySessionBeanRemote"); //NOI18N
 
                        // Defaul template is guest
                        this.baseTemplatePathName = GUEST_BASE_TEMPLATE_NAME;