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

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