SuccessChanges

Summary

  1. Creates EJBs to handle email and user registration (details)
Commit 873259a9472c5e5c7bc81af5dbafc06b90e8946f by jacasanova
Creates EJBs to handle email and user registration
Creates simple User entity(to be modified later). Creates EJB
RegisterEJB to handle the registration of an user, as well as the
confirmation of the registration. Creates EJB MailerEJB to handle the
sending of the registration email. Creates test class RegisterEJBTest to
test EJB Creates stub MailerStub for testing purposes.
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/MailerEJB.java
The file was addedservice/src/test/java/es/uvigo/esei/dgss/letta/service/RegisterEJBTEst.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java
The file was modifiedservice/src/test/resources-wildfly-embedded-h2/beans.xml
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/User.java
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/MailerStubEJB.java
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/RegisterEJB.java
The file was modifiedtests/src/main/resources/datasets/events.xml