From: Roland Häder <roland@mxchange.org>
Date: Sun, 25 Jun 2017 18:21:10 +0000 (+0200)
Subject: it is an user-specific EJB name
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=64bd38cd6e3eabd12451d4b1c6f20931cf60813d;p=pizzaservice-war.git

it is an user-specific EJB name

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkWebSessionBean.java b/src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkWebSessionBean.java
index 6a0b5bf4..d21076b2 100644
--- a/src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkWebSessionBean.java
+++ b/src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkWebSessionBean.java
@@ -181,7 +181,7 @@ public class PizzaResendLinkWebSessionBean extends BasePizzaController implement
 			Context context = new InitialContext();
 
 			// Try to lookup
-			this.resendLinkBean = (ResendLinkSessionBeanRemote) context.lookup("java:global/pizzaservice-ejb/resendLink!org.mxchange.jusercore.model.user.resendlink.ResendLinkSessionBeanRemote"); //NOI18N
+			this.resendLinkBean = (ResendLinkSessionBeanRemote) context.lookup("java:global/pizzaservice-ejb/userResendConfirmationLink!org.mxchange.jusercore.model.user.resendlink.ResendLinkSessionBeanRemote"); //NOI18N
 		} catch (final NamingException e) {
 			// Throw again
 			throw new FaceletException(e);