]> git.mxchange.org Git - jjobs-war.git/commitdiff
opps, now really fixed #2
authorRoland Häder <roland@mxchange.org>
Wed, 12 Jul 2017 21:54:23 +0000 (23:54 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 12 Jul 2017 22:07:09 +0000 (00:07 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jjobs/beans/contact/JobsContactWebSessionBean.java

index c36b830c636b503374cabb01b5359d8b4dc3bb9f..16bd8700f85a9645256a721a01e353f755b32d5a 100644 (file)
@@ -842,7 +842,7 @@ public class JobsContactWebSessionBean extends BaseJobsController implements Job
                        Context context = new InitialContext();
 
                        // Try to lookup
-                       this.contactBean = (ContactSessionBeanRemote) context.lookup("java:global/addressbook-ejb/contact!org.mxchange.jcontacts.contact.ContactSessionBeanRemote"); //NOI18N
+                       this.contactBean = (ContactSessionBeanRemote) context.lookup("java:global/jjobs-ejb/contact!org.mxchange.jcontacts.contact.ContactSessionBeanRemote"); //NOI18N
                } catch (final NamingException e) {
                        // Throw again
                        throw new FaceletException(e);