]> git.mxchange.org Git - addressbook-war.git/commitdiff
renamed it
authorRoland Haeder <roland@mxchange.org>
Sun, 11 Oct 2015 20:23:48 +0000 (22:23 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 11 Oct 2015 20:23:48 +0000 (22:23 +0200)
src/java/org/mxchange/addressbook/beans/country/CountryWebBean.java

index 2657c3bf24ced1a11c57e182f5650c7f53bb2339..dd9186892ad6602b78cb2e0412b61c3c6be66564 100644 (file)
@@ -61,7 +61,7 @@ public class CountryWebBean implements CountryWebController {
                        Context context = new InitialContext();
 
                        // Try to lookup the bean
-                       this.countryBean = (AddressbookCountrySingletonBeanRemote) context.lookup("ejb/singleton-country");
+                       this.countryBean = (AddressbookCountrySingletonBeanRemote) context.lookup("ejb/addressbook-singleton-country");
                } catch (final NamingException ex) {
                        // Continue to throw
                        throw new FaceletException(ex);