Signed-off-by: Roland Häder <roland@mxchange.org>
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);