SuccessChanges

Summary

  1. Adds the User and Registration entities (details)
Commit 247818d382563b44dbbac295dcae00e78b77af78 by Miguel Reboiro-Jato
Adds the User and Registration entities
This entities provide support for user registration and login. This
commit does not include tests, so the committed classes should be used
carefully.
The RegisterEJBTEst tests have been commented, as this commit
invalidates them.
The file was modifieddomain/pom.xml
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/Registration.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/Role.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTEst.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/RegisterEJB.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/User.java