]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
fixed JNDI name, is case-sensitive ...
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 23:49:08 +0000 (01:49 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 23:49:08 +0000 (01:49 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/beans/mobileprovider/PizzaAdminMobileProviderWebRequestBean.java

index 2c6a6a0c3be5447ff273dc43a2b18007391c3382..99209e8cae10183639d00ce4050c773b4508e8a2 100644 (file)
@@ -99,7 +99,7 @@ public class PizzaAdminMobileProviderWebRequestBean extends BasePizzaController
                        Context context = new InitialContext();
 
                        // Try to lookup the beans
-                       this.adminRemoteBean = (AdminMobileProviderSessionBeanRemote) context.lookup("java:global/pizzaservice-ejb/adminmobileprovider!org.mxchange.jphone.phonenumbers.mobileprovider.AdminMobileProviderSessionBeanRemote"); //NOI18N
+                       this.adminRemoteBean = (AdminMobileProviderSessionBeanRemote) context.lookup("java:global/pizzaservice-ejb/adminMobileProvider!org.mxchange.jphone.phonenumbers.mobileprovider.AdminMobileProviderSessionBeanRemote"); //NOI18N
                } catch (final NamingException e) {
                        // Throw it again
                        throw new FaceletException(e);