]> git.mxchange.org Git - jjobs-ejb.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Fri, 23 Jun 2017 21:57:52 +0000 (23:57 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 23 Jun 2017 22:00:10 +0000 (00:00 +0200)
- EJB name is now "userRegistration"

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jusercore/model/user/register/JobsUserRegistrationSessionBean.java

index 303ba29b8ee5d2c2338661dba271db90a3477724..3fc5fe19c611b374cef0e829b7e4d4e936f34644 100644 (file)
@@ -41,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 JobsUserRegistrationSessionBean extends BaseJobsDatabaseBean implements UserRegistrationSessionBeanRemote {
 
        /**