]> git.mxchange.org Git - jjobs-war.git/commitdiff
more JNDIs fixed
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 22:35:33 +0000 (00:35 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 22:35:33 +0000 (00:35 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jjobs/beans/contact/JobsContactWebSessionBean.java

index 6e223c2b90d72635e8e7fa2dad198628136884c0..91c9a9e8ef51d38d6cd82022fd4994631d8cedae 100644 (file)
@@ -244,7 +244,7 @@ public class JobsContactWebSessionBean extends BaseJobsController implements Job
                        Context context = new InitialContext();
 
                        // Try to lookup
-                       this.contactBean = (ContactSessionBeanRemote) context.lookup("java:global/jratecalc-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);