]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
fixed EJB name
authorRoland Haeder <roland@mxchange.org>
Tue, 10 May 2016 18:55:35 +0000 (20:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 10 May 2016 18:55:35 +0000 (20:55 +0200)
src/java/org/mxchange/pizzaapplication/beans/customer/PizzaCustomerWebSessionBean.java

index d4423be302818e46baa86915738dad1691da3ef0..0b3d545666088ad00f800ab988527f85e085bfbf 100644 (file)
@@ -91,7 +91,7 @@ public class PizzaCustomerWebSessionBean implements PizzaCustomerWebSessionContr
                        this.adminCustomerBean = (PizzaAdminCustomerSessionBeanRemote) context.lookup("java:global/jratecalc-ejb/admincustomer!de.chotime.jratecalc.model.customer.PizzaAdminCustomerSessionBeanRemote"); //NOI18N
 
                        // Try to lookup
-                       this.contactBean = (ContactSessionBeanRemote) context.lookup("java:global/jratecalc-ejb/contact!org.mxchange.jcontacts.contact.ContactSessionBeanRemote"); //NOI18N
+                       this.contactBean = (ContactSessionBeanRemote) context.lookup("java:global/PizzaService-ejb/contact!org.mxchange.jcontacts.contact.ContactSessionBeanRemote"); //NOI18N
                } catch (final NamingException e) {
                        // Throw again
                        throw new FaceletException(e);