]> git.mxchange.org Git - addressbook-war.git/blobdiff - src/java/org/mxchange/addressbook/beans/resendlink/AddressbookResendLinkWebSessionBean.java
Some fixes (careful with cherry-picking):
[addressbook-war.git] / src / java / org / mxchange / addressbook / beans / resendlink / AddressbookResendLinkWebSessionBean.java
index 665dd59b3ed7c159df7b6a345acd1991aa305c40..3b30b982612f2dbc4e9764b776bb25ffa3944219 100644 (file)
@@ -58,7 +58,7 @@ public class AddressbookResendLinkWebSessionBean extends BaseAddressbookControll
                        Context context = new InitialContext();
 
                        // Try to lookup
-                       this.emailBean = (ResendLinkSessionBeanRemote) context.lookup(""); //NOI18N
+                       this.emailBean = (ResendLinkSessionBeanRemote) context.lookup("java:global/PizzaService-ejb/resendLink!org.mxchange.pizzaapplication.beans.resendlink.ResendLinkSessionBeanRemote"); //NOI18N
                } catch (final NamingException e) {
                        // Throw again
                        throw new FaceletException(e);