]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
it is an user-specific EJB name
authorRoland Häder <roland@mxchange.org>
Sun, 25 Jun 2017 18:21:10 +0000 (20:21 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 25 Jun 2017 18:21:10 +0000 (20:21 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/beans/resendlink/PizzaResendLinkWebSessionBean.java

index 6a0b5bf45e65f0071ae8c06ad5267b253b5e5b46..d21076b208268d9ceed1707aa2c5a98646c1109d 100644 (file)
@@ -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);