From: Roland Haeder Date: Mon, 10 Apr 2017 22:29:41 +0000 (+0200) Subject: updated docu, let's promoto FLOSS here (MariaDB) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1252f3e6bbee24eaea65ff483e90bfc5df67e319;p=jjobs-war.git updated docu, let's promoto FLOSS here (MariaDB) Signed-off-by: Roland Häder --- 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 @@ +