]> git.mxchange.org Git - jjobs-war.git/commitdiff
Don't cherry-pick:
authorRoland Haeder <roland@mxchange.org>
Sat, 3 Sep 2016 12:20:11 +0000 (14:20 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 3 Sep 2016 12:20:11 +0000 (14:20 +0200)
- fixed JNDI name (possibly)

src/java/org/mxchange/jjobs/beans/user/JobsAdminUserWebRequestBean.java

index c2a20d9e802fe166cbf708f1d6c298004efb6ef7..7e63859618ee1f56c8c261978f09ca2db8472a44 100644 (file)
@@ -203,7 +203,7 @@ public class JobsAdminUserWebRequestBean extends BaseJobsController implements J
 
                        // Try to lookup
                        this.userBean = (UserSessionBeanRemote) context.lookup("java:global/jjobs-ejb/user!org.mxchange.jusercore.model.user.UserSessionBeanRemote"); //NOI18N
-                       this.adminUserBean = (AdminUserSessionBeanRemote) context.lookup("java:global/jjobs-ejb/user!org.mxchange.jusercore.model.user.AdminUserSessionBeanRemote"); //NOI18N
+                       this.adminUserBean = (AdminUserSessionBeanRemote) context.lookup("java:global/jjobs-ejb/adminUser!org.mxchange.jusercore.model.user.AdminUserSessionBeanRemote"); //NOI18N
                } catch (final NamingException e) {
                        // Throw again
                        throw new FaceletException(e);