]> git.mxchange.org Git - jfinancials-ejb.git/commitdiff
Needed to add mappedName="" here ... :-(
authorRoland Haeder <roland@mxchange.org>
Fri, 9 Oct 2015 18:01:20 +0000 (20:01 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 9 Oct 2015 18:01:20 +0000 (20:01 +0200)
src/java/org/mxchange/addressbook/model/addressbook/AddressbookSessionBean.java

index 6bd71d8598275f2f9dc685827149a110fcd78329..fb44a417ac85c8b9ce9dcc7345536284004512ca 100644 (file)
@@ -40,7 +40,7 @@ public class AddressbookSessionBean extends BaseDatabaseBean implements Addressb
        /**
         * Login bean
         */
-       @EJB
+       @EJB(mappedName = "ejb/stateless-login")
        private UserLoginSessionBeanRemote loginBean;
 
        @Override