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

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