SuccessChanges

Summary

  1. Implements method to create new events (details)
Commit 7296a5f290871b3f8b3a5aa046505e6499a33f37 by agjacome
Implements method to create new events
A new method to create events inside EventEJB and a single test to
validate it (more to come) have been added.
Infrastructure classes to allow faking authentication have been also
added.
The file was addedtests/src/main/java/es/uvigo/esei/dgss/letta/service/util/security/UserRoleCaller.java (diff)
The file was addedservice/src/test/resources-wildfly-embedded-h2/beans-principal.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java (diff)
The file was addedtests/src/main/resources/datasets/users-create-event.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/service/util/security/RoleCaller.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java (diff)
The file was addedservice/src/test/resources-wildfly-embedded-h2/beans-mailer.xml (diff)