SuccessChanges

Summary

  1. Adds more tests to validate correct Event creation (details)
Commit 5e4e1ceef83465c1d21caad2e27b1039db4f22e9 by agjacome
Adds more tests to validate correct Event creation
More tests have been added into the EventEJBTest. This includes the
creation of a new IsEqualToEvent Hamcrest matcher.
Some minor refactoring and cleanups have also been performed at the
service layer.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java
The file was modifiedservice/src/test/resources-wildfly-embedded-h2/beans.xml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/UserAuthorizationEJB.java
The file was modifiedservice/src/test/resources-wildfly-embedded-h2/beans-mailer.xml
The file was modifiedservice/src/test/resources-wildfly-embedded-h2/beans-principal.xml
The file was addedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualToEvent.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/SearchEJB.java
The file was modifiedtests/src/main/resources/scripts/cleanup.sql
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/IndexPageController.java