]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
fixed JNDI names
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 22:33:11 +0000 (00:33 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 22:33:11 +0000 (00:33 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/beans/login/PizzaUserLoginWebSessionBean.java

index a9b033ba8f42ccd8fbbbbc0f44021ae3ece83a68..9a70fda8ee75ef9b60a9aa5aca049f626143ccda 100644 (file)
@@ -144,7 +144,7 @@ public class PizzaUserLoginWebSessionBean extends BasePizzaController implements
                        this.userLoginBean = (UserLoginSessionBeanRemote) context.lookup("java:global/pizzaservice-ejb/login!org.mxchange.jusercore.model.login.UserLoginSessionBeanRemote"); //NOI18N
 
                        // Also find this
-                       this.userPasswordHistoryBean = (UserPasswordHistorySessionBeanRemote) context.lookup(""); //NOI18N
+                       this.userPasswordHistoryBean = (UserPasswordHistorySessionBeanRemote) context.lookup("java:global/pizzaservice-ejb/userPasswordHistory!org.mxchange.jusercore.model.user.password_history.UserPasswordHistorySessionBeanRemote"); //NOI18N
 
                        // Defaul template is guest
                        this.baseTemplatePathName = GUEST_BASE_TEMPLATE_NAME;