]> git.mxchange.org Git - jfinancials-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/jfinancials/beans/mobileprovider/FinancialsAdminMobileProviderWebRequestBean.java

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