]> git.mxchange.org Git - jjobs-war.git/commitdiff
updated JNDI names
authorRoland Häder <roland@mxchange.org>
Fri, 23 Jun 2017 22:01:22 +0000 (00:01 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 23 Jun 2017 22:01:22 +0000 (00:01 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jjobs/beans/user/register/JobsUserRegisterWebSessionBean.java

index 9393c5f086a6d70ded6435d04d7099c075ec8d2d..1ba13ef0d5bfde9f399807f061f7fb299d6add31 100644 (file)
@@ -293,7 +293,7 @@ public class JobsUserRegisterWebSessionBean extends BaseJobsController implement
                        Context context = new InitialContext();
 
                        // Try to lookup
-                       this.registerBean = (UserRegistrationSessionBeanRemote) context.lookup("java:global/jjobs-ejb/register!org.mxchange.jusercore.model.user.register.UserRegistrationSessionBeanRemote"); //NOI18N
+                       this.registerBean = (UserRegistrationSessionBeanRemote) context.lookup("java:global/jjobs-ejb/userRegistration!org.mxchange.jusercore.model.user.register.UserRegistrationSessionBeanRemote"); //NOI18N
                } catch (final NamingException ex) {
                        // Continue to throw
                        throw new FaceletException(ex);