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

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