From: Roland Haeder <roland@mxchange.org>
Date: Sun, 10 Apr 2016 11:51:45 +0000 (+0200)
Subject: Opps, copied to much ... + updated jar(s)
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c3036b9c680cbedac81ffdbfbb47f5d35a767a21;p=addressbook-war.git

Opps, copied to much ... + updated jar(s)
---

diff --git a/lib/jcoreee.jar b/lib/jcoreee.jar
index 3a32dfff..ad61871d 100644
Binary files a/lib/jcoreee.jar and b/lib/jcoreee.jar differ
diff --git a/src/java/org/mxchange/addressbook/beans/register/AddressbookUserRegisterWebSessionBean.java b/src/java/org/mxchange/addressbook/beans/register/AddressbookUserRegisterWebSessionBean.java
index faf748fd..1934622f 100644
--- a/src/java/org/mxchange/addressbook/beans/register/AddressbookUserRegisterWebSessionBean.java
+++ b/src/java/org/mxchange/addressbook/beans/register/AddressbookUserRegisterWebSessionBean.java
@@ -78,7 +78,7 @@ public class AddressbookUserRegisterWebSessionBean implements AddressbookUserReg
 			Context context = new InitialContext();
 
 			// Try to lookup
-			this.registerBean = (UserRegistrationSessionBeanRemote) context.lookup("java:global/addressbook-ejb/register, java:global/jjobs-ejb/register!org.mxchange.jusercore.model.register.UserRegistrationSessionBeanRemote"); //NOI18N
+			this.registerBean = (UserRegistrationSessionBeanRemote) context.lookup("java:global/jjobs-ejb/register!org.mxchange.jusercore.model.register.UserRegistrationSessionBeanRemote"); //NOI18N
 		} catch (final NamingException ex) {
 			// Continue to throw
 			throw new FaceletException(ex);