SuccessChanges

Summary

  1. Adds events persistence to the EventEJB (details)
Commit b0b36ba9e2b245d613017d3faff4ea6fcef7cb10 by ifcunharro
Adds events persistence to the EventEJB
The EventEJB class now can persist events. This commit also includes an
important refactorization of the entity classes, that have been moved to
a new and more adequate package. In addition, the dataset classes for
user and event have been created.
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/project/domain/User.java
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/service/util/security/RegisteredUserCaller.java
The file was modifiedjsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/HomeController.java
The file was modifiedtests/src/main/resources/datasets/users.xml
The file was modifiedtests/src/main/resources/datasets/user-update-event-description.xml
The file was removeddomain/src/test/java/es/uvigo/esei/dgss/project/domain/UserTest.java
The file was modifiedtests/src/main/resources/datasets/user-update-event-head.xml
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/project/domain/Category.java
The file was modifiedtests/src/main/resources/datasets/user-update-event-start.xml
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event.java
The file was removeddomain/src/test/java/es/uvigo/esei/dgss/project/domain/EntitiesTestSuite.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToUser.java
The file was modifiedtests/src/main/resources/datasets/user-update-event-title.xml
The file was modifiedtests/src/main/resources/datasets/user-create-event.xml
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Role.java
The file was addedjsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/RegisterController.java
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/project/domain/Role.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/User.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/EntitiesTestSuite.java
The file was modifiedservice/src/test/resources/beans.xml
The file was modifiedtests/src/main/resources/datasets/user-update-event-location.xml
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/UserDataset.java
The file was modifiedrest/src/main/resources/META-INF/persistence.xml
The file was removeddomain/src/test/java/es/uvigo/esei/dgss/project/domain/EventTest.java
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/project/domain/VerificationToken.java
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/EventTest.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/VerificationToken.java
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/UserTest.java
The file was modifiedjsf/src/main/resources/META-INF/persistence.xml
The file was removedjsf/src/main/java/RegisterController.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Category.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/project/ejb/EventEJBTest.java
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToEvent.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/UserEJB.java
The file was modifiedtests/src/main/resources/datasets/user-delete-event.xml