]> git.mxchange.org Git - addressbook-mailer-ejb.git/blobdiff - src/java/org/mxchange/jusercore/model/user/register/AddressbookUserRegistrationSessionBean.java
Don't cherry-pick:
[addressbook-mailer-ejb.git] / src / java / org / mxchange / jusercore / model / user / register / AddressbookUserRegistrationSessionBean.java
index 38bfcbb719f8e1bd7ffcfdd2a863f4b2e4da9fd2..72315aea51358a8d2b6d9e395f74504c03902170 100644 (file)
@@ -30,7 +30,6 @@ import org.mxchange.addressbook.database.BaseAddressbookDatabaseBean;
 import org.mxchange.jcontacts.contact.Contact;
 import org.mxchange.jusercore.exceptions.EmailAddressAlreadyRegisteredException;
 import org.mxchange.jusercore.exceptions.UserNameAlreadyRegisteredException;
-import org.mxchange.jusercore.model.user.register.UserRegistrationSessionBeanRemote;
 import org.mxchange.jusercore.model.user.AdminUserSessionBeanRemote;
 import org.mxchange.jusercore.model.user.LoginUser;
 import org.mxchange.jusercore.model.user.User;
@@ -42,7 +41,7 @@ import org.mxchange.jusercore.model.user.UserUtils;
  * <p>
  * @author Roland Häder<roland@mxchange.org>
  */
-@Stateless (name = "register", description = "A bean handling the user registration")
+@Stateless (name = "userRegistration", description = "A bean handling the user registration")
 public class AddressbookUserRegistrationSessionBean extends BaseAddressbookDatabaseBean implements UserRegistrationSessionBeanRemote {
 
        /**
@@ -67,7 +66,7 @@ public class AddressbookUserRegistrationSessionBean extends BaseAddressbookDatab
         */
        public AddressbookUserRegistrationSessionBean () {
                // Call super constructor
-               super();
+               super("jms/addressbook-queue-factory", "jms/addressbook-email-queue"); //NOI18N
        }
 
        @Override