SuccessChanges

Summary

  1. Adds EventEJB and its tests (details)
Commit 4c711edd2712e5e3da038e29f1c5b7c22499cb60 by abmiguez
Adds EventEJB and its tests
Implements basic EJB for Event entity to perform a basic front page.
Includes all test for all EventEJB methods. Creates two events xml files
to perform EJB tests. Fixes Event JPA entity class (enumerated
annotation missed).
The file was addedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/Event.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java (diff)
The file was addedtests/src/main/resources/datasets/events-less-than-five.xml (diff)
The file was addedtests/src/main/resources/datasets/events-less-than-twenty.xml (diff)