]> git.mxchange.org Git - addressbook-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/addressbook/beans/user/register/AddressbookUserRegisterWebSessionBean.java

index b443bed6e5c2d14e0396255a1316237791d3cae9..58f6eafd4cbbc12af1965e251acde84472e82dc7 100644 (file)
@@ -293,7 +293,7 @@ public class AddressbookUserRegisterWebSessionBean extends BaseAddressbookContro
                        Context context = new InitialContext();
 
                        // Try to lookup
-                       this.registerBean = (UserRegistrationSessionBeanRemote) context.lookup("java:global/addressbook-ejb/register!org.mxchange.jusercore.model.user.register.UserRegistrationSessionBeanRemote"); //NOI18N
+                       this.registerBean = (UserRegistrationSessionBeanRemote) context.lookup("java:global/addressbook-ejb/userRegistration!org.mxchange.jusercore.model.user.register.UserRegistrationSessionBeanRemote"); //NOI18N
                } catch (final NamingException ex) {
                        // Continue to throw
                        throw new FaceletException(ex);