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

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