SuccessChanges

Summary

  1. Adds the EJBs for the User registration. (details)
Commit 158798897bb8c9759714f9a4a32a193e5c8bd808 by jacasanova
Adds the EJBs for the User registration.
The EJBs for the User registration has been added (included the email
service). The cleanup.sql script has been updated including the User and
Registration tables. The beans.xml has been updated including the
TestingMailerEJB. The standalone.xml (additional-material/wildfly) has
been updated including the configuration to send emails (the destination
host is localhost and the destination port is 25).
The file was addedservice/src/test/java/es/uvigo/esei/dgss/letta/service/UserEJBTest.java
The file was removedservice/src/main/java/es/uvigo/esei/dgss/letta/service/MailerEJB.java
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/Mailer.java
The file was removedservice/src/main/java/es/uvigo/esei/dgss/letta/service/MailerStubEJB.java
The file was removedservice/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTEst.java
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java
The file was modifiedadditional-material/wildfly/standalone.xml
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/TestingMailerEJB.java
The file was modifiedtests/src/main/resources/scripts/cleanup.sql
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/DefaultMailerEJB.java
The file was removedservice/src/main/java/es/uvigo/esei/dgss/letta/service/RegisterEJB.java
The file was modifiedservice/src/test/resources-wildfly-embedded-h2/beans.xml