]> git.mxchange.org Git - jjobs-war.git/commitdiff
updated docu, let's promoto FLOSS here (MariaDB)
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 22:29:41 +0000 (00:29 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 22:29:41 +0000 (00:29 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java
web/index.xhtml

index 7fbe76289476bbf683f2ec5e2e5f33fff58a977a..b66bc045310652f6f7fe872a98d5189e1ec129a7 100644 (file)
@@ -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
index 0aa8ec5145e8d6cdb7e0f6a9cd83e7677f6d23c7..07457c26c396ea74ad06974126ffcc529cee80be 100644 (file)
@@ -21,6 +21,7 @@
                                <ui:fragment rendered="#{featureController.isFeatureEnabled('user_register_multiple_page')}">
                                        <ui:include src="/WEB-INF/templates/guest/user/register/guest_form_register_page1.tpl" />
                                </ui:fragment>
+                       </div>
 
                        <div class="para">
                                <h:outputText value="#{msg.CONTENT_PAGE_INDEX_PARA3}" />