From: Roland Häder Date: Wed, 12 Jul 2017 21:54:23 +0000 (+0200) Subject: opps, now really fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fc048c8845018436eebbff2a225e9cef58813572;p=jfinancials-war.git opps, now really fixed Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/jfinancials/beans/user/login/FinancialsUserLoginWebSessionBean.java b/src/java/org/mxchange/jfinancials/beans/user/login/FinancialsUserLoginWebSessionBean.java index c09cffdf..daad8d1d 100644 --- a/src/java/org/mxchange/jfinancials/beans/user/login/FinancialsUserLoginWebSessionBean.java +++ b/src/java/org/mxchange/jfinancials/beans/user/login/FinancialsUserLoginWebSessionBean.java @@ -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