]> git.mxchange.org Git - jjobs-war.git/commitdiff
fixed name (please rename, too)
authorRoland Häder <roland@mxchange.org>
Thu, 11 Aug 2016 09:26:11 +0000 (11:26 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 19 Aug 2016 20:53:39 +0000 (22:53 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jjobs/beans/contact/phone/JobsAdminContactPhoneWebRequestBean.java

index b0a155e3e82f40b96a6c466e9e527f2d5de4bea7..a251d6c7f514b2822e3b92c2b1e27b27d2225764 100644 (file)
@@ -80,7 +80,7 @@ public class JobsAdminContactPhoneWebRequestBean extends BaseJobsController impl
                        Context context = new InitialContext();
 
                        // Try to lookup the beans
-                       this.adminPhoneBean = (AdminContactsPhoneSessionBeanRemote) context.lookup("java:global/jlandingpage-ejb/admincontactphone!org.mxchange.jcontacts.phone.AdminContactsPhoneSessionBeanRemote"); //NOI18N
+                       this.adminPhoneBean = (AdminContactsPhoneSessionBeanRemote) context.lookup("java:global/jlandingpage-ejb/adminContactPhone!org.mxchange.jcontacts.phone.AdminContactsPhoneSessionBeanRemote"); //NOI18N
                } catch (final NamingException e) {
                        // Throw again
                        throw new FaceletException(e);