]> git.mxchange.org Git - addressbook-war.git/blobdiff - src/java/org/mxchange/addressbook/beans/mobileprovider/AddressbookMobileProviderWebApplicationBean.java
fixed JNDI names
[addressbook-war.git] / src / java / org / mxchange / addressbook / beans / mobileprovider / AddressbookMobileProviderWebApplicationBean.java
index 9211957a08c4a33afd9d878fcb790310858b1296..57a9fdc2b31c80b9b6eeaffda8ad44720f79cc9f 100644 (file)
@@ -62,7 +62,7 @@ public class AddressbookMobileProviderWebApplicationBean implements AddressbookM
                        Context context = new InitialContext();
 
                        // Try to lookup the bean
-                       this.cellphoneBean = (MobileProviderSingletonBeanRemote) context.lookup("java:global/addressbook-ejb/MobileProvider!org.mxchange.jphone.phonenumbers.MobileProvider.MobileProviderSingletonBeanRemote"); //NOI18N
+                       this.cellphoneBean = (MobileProviderSingletonBeanRemote) context.lookup("java:global/addressbook-ejb/mobileprovider!org.mxchange.jphone.phonenumbers.MobileProvider.MobileProviderSingletonBeanRemote"); //NOI18N
                } catch (final NamingException ex) {
                        // Continue to throw
                        throw new FaceletException(ex);