]> git.mxchange.org Git - addressbook-war.git/commitdiff
Fixed name (opps)
authorRoland Haeder <roland@mxchange.org>
Sun, 10 Apr 2016 14:41:18 +0000 (16:41 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 10 Apr 2016 14:41:18 +0000 (16:41 +0200)
src/java/org/mxchange/addressbook/beans/register/AddressbookUserRegisterWebSessionBean.java

index 1934622ffaca7ccdee70f4f55d6df16754fc9091..97bc416832c1037d9e9d16e5625c55dbfa92ff1b 100644 (file)
@@ -78,7 +78,7 @@ public class AddressbookUserRegisterWebSessionBean implements AddressbookUserReg
                        Context context = new InitialContext();
 
                        // Try to lookup
-                       this.registerBean = (UserRegistrationSessionBeanRemote) context.lookup("java:global/jjobs-ejb/register!org.mxchange.jusercore.model.register.UserRegistrationSessionBeanRemote"); //NOI18N
+                       this.registerBean = (UserRegistrationSessionBeanRemote) context.lookup("java:global/addressbook-ejb/register!org.mxchange.jusercore.model.register.UserRegistrationSessionBeanRemote"); //NOI18N
                } catch (final NamingException ex) {
                        // Continue to throw
                        throw new FaceletException(ex);