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

index 81c27de08a704d96b051811274d8aa43255b530a..ce0b976d9b35c57f1ecb7c7fbed36190a73c6bb8 100644 (file)
@@ -181,7 +181,7 @@ public class AddressbookResendLinkWebSessionBean extends BaseAddressbookControll
                        Context context = new InitialContext();
 
                        // Try to lookup
-                       this.resendLinkBean = (ResendLinkSessionBeanRemote) context.lookup("java:global/addressbook-ejb/resendLink!org.mxchange.jusercore.model.user.resendlink.ResendLinkSessionBeanRemote"); //NOI18N
+                       this.resendLinkBean = (ResendLinkSessionBeanRemote) context.lookup("java:global/addressbook-ejb/userResendConfirmationLink!org.mxchange.jusercore.model.user.resendlink.ResendLinkSessionBeanRemote"); //NOI18N
                } catch (final NamingException e) {
                        // Throw again
                        throw new FaceletException(e);