Commit
1b135467eaa0a43f51c1a8447d7270042fd53049
by jacasanovaFixes 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.