]> git.mxchange.org Git - addressbook-war.git/commitdiff
opps, now really fixed
authorRoland Häder <roland@mxchange.org>
Wed, 12 Jul 2017 21:54:23 +0000 (23:54 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 12 Jul 2017 21:54:23 +0000 (23:54 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/addressbook/beans/user/login/AddressbookUserLoginWebSessionBean.java

index dce499974ab0ef80315f3219f6aebf4c1cb7ee59..47597be243a4c86e97a8cd206b1f153f86db9507 100644 (file)
@@ -330,7 +330,7 @@ public class AddressbookUserLoginWebSessionBean extends BaseAddressbookControlle
                        Context context = new InitialContext();
 
                        // Try to lookup
-                       this.userLoginBean = (UserLoginSessionBeanRemote) context.lookup("java:global/addressbook-ejb/userLogin!org.mxchange.juserlogincore.model.login.user.user.UserLoginSessionBeanRemote"); //NOI18N
+                       this.userLoginBean = (UserLoginSessionBeanRemote) context.lookup("java:global/addressbook-ejb/userLogin!org.mxchange.juserlogincore.model.user.login.UserLoginSessionBeanRemote"); //NOI18N
 
                        // Also find this
                        this.userPasswordHistoryBean = (UserPasswordHistorySessionBeanRemote) context.lookup("java:global/addressbook-ejb/userPasswordHistory!org.mxchange.jusercore.model.user.password_history.UserPasswordHistorySessionBeanRemote"); //NOI18N