From: Roland Häder Date: Mon, 25 Apr 2016 14:17:00 +0000 (+0200) Subject: fixed JNDI name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=921c6dcd09ac91635443967c074bca92917afa8a;p=pizzaservice-war.git fixed JNDI name --- diff --git a/src/java/de/chotime/jratecalc/beans/customer/RateCalcAdminCustomerWebRequestBean.java b/src/java/de/chotime/jratecalc/beans/customer/RateCalcAdminCustomerWebRequestBean.java index dd6c4b5f..200bec9a 100644 --- a/src/java/de/chotime/jratecalc/beans/customer/RateCalcAdminCustomerWebRequestBean.java +++ b/src/java/de/chotime/jratecalc/beans/customer/RateCalcAdminCustomerWebRequestBean.java @@ -43,7 +43,7 @@ public class RateCalcAdminCustomerWebRequestBean implements RateCalcAdminCustome private static final long serialVersionUID = 12_487_062_487_527_913L; /** - * Customer EJB + * Administrative customer EJB */ private RateCalcAdminCustomerSessionBeanRemote adminCustomerBean; @@ -62,7 +62,7 @@ public class RateCalcAdminCustomerWebRequestBean implements RateCalcAdminCustome Context context = new InitialContext(); // Try to lookup - this.adminCustomerBean = (RateCalcAdminCustomerSessionBeanRemote) context.lookup("java:global/jratecalc-ejb/admincustomer!de.chotime.model.customer.RateCalcAdminCustomerSessionBeanRemote"); //NOI18N + this.adminCustomerBean = (RateCalcAdminCustomerSessionBeanRemote) context.lookup("java:global/jratecalc-ejb/admincustomer!de.chotime.jratecalc.model.customer.RateCalcAdminCustomerSessionBeanRemote"); //NOI18N } catch (final NamingException e) { // Throw again throw new FaceletException(e);