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 (diff)
The file was removedservice/src/main/java/es/uvigo/esei/dgss/letta/service/MailerEJB.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/Mailer.java (diff)
The file was removedservice/src/main/java/es/uvigo/esei/dgss/letta/service/MailerStubEJB.java (diff)
The file was removedservice/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTEst.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java (diff)
The file was modifiedadditional-material/wildfly/standalone.xml (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/TestingMailerEJB.java (diff)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/DefaultMailerEJB.java (diff)
The file was removedservice/src/main/java/es/uvigo/esei/dgss/letta/service/RegisterEJB.java (diff)
The file was modifiedservice/src/test/resources-wildfly-embedded-h2/beans.xml (diff)