]> git.mxchange.org Git - jjobs-war.git/commitdiff
fix for JNDI name?
authorRoland Haeder <roland@mxchange.org>
Sat, 14 May 2016 14:49:32 +0000 (16:49 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 14 May 2016 14:49:32 +0000 (16:49 +0200)
src/java/org/mxchange/jjobs/beans/resendlink/JobsResendLinkWebSessionBean.java

index 1fb872f7acbe48110679bda2a53aa1d95805edb0..c394217a85f267243d035d9d6301aa9a53d096c3 100644 (file)
@@ -58,7 +58,7 @@ public class JobsResendLinkWebSessionBean extends BaseJobsController implements
                        Context context = new InitialContext();
 
                        // Try to lookup
-                       this.emailBean = (ResendLinkSessionBeanRemote) context.lookup("java:global/jjobs-ejb/resendLink!org.mxchange.pizzaapplication.beans.resendlink.ResendLinkSessionBeanRemote"); //NOI18N
+                       this.emailBean = (ResendLinkSessionBeanRemote) context.lookup("java:global/jjobs-ejb/resendLink!org.mxchange.jjobs.beans.resendlink.ResendLinkSessionBeanRemote"); //NOI18N
                } catch (final NamingException e) {
                        // Throw again
                        throw new FaceletException(e);