SuccessChanges

Summary

  1. Fixes some errors in UserEJB. (details)
  2. Adds some changes in UserEJB. (details)
Commit 1b135467eaa0a43f51c1a8447d7270042fd53049 by jacasanova
Fixes some errors in UserEJB.
The @Stateless annotation was added to the EJB. In the method
registerUser was added a Registration persist. Now, the userConfirmation
method doesnt recieve any param and looks for the Registration User in
the DB using the UUID recieved in the request link.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java
Commit 71545b32332aa6e56cb35d07673338d92c275e4b by jacasanova
Adds some changes in UserEJB.
The registerUser and userConfirmation methods were modified to fix some
errors.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java