From 1252f3e6bbee24eaea65ff483e90bfc5df67e319 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 11 Apr 2017 00:29:41 +0200 Subject: [PATCH] updated docu, let's promoto FLOSS here (MariaDB) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java | 2 +- web/index.xhtml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java b/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java index 7fbe7628..b66bc045 100644 --- a/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java @@ -148,7 +148,7 @@ public class JobsUserLoginWebSessionBean extends BaseJobsController implements J Context context = new InitialContext(); // Try to lookup - this.loginBean = (UserLoginSessionBeanRemote) context.lookup("java:global/addressbook-ejb/login!org.mxchange.jusercore.model.login.UserLoginSessionBeanRemote"); //NOI18N + 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 diff --git a/web/index.xhtml b/web/index.xhtml index 0aa8ec51..07457c26 100644 --- a/web/index.xhtml +++ b/web/index.xhtml @@ -21,6 +21,7 @@ +
-- 2.39.5