]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
updated JNDI names
authorRoland Häder <roland@mxchange.org>
Fri, 23 Jun 2017 22:01:23 +0000 (00:01 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 23 Jun 2017 22:01:23 +0000 (00:01 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/beans/user/register/PizzaUserRegisterWebSessionBean.java

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