SuccessChanges

Summary

  1. Adds security and roles to the funcionalities of the competition service (details)
Commit 8ea7cebef01d9e1edffe0d56798683090327d4b8 by mprodriguez4
Adds security and roles to the funcionalities of the competition service
Added the roles to CompetitionService and the validations of these in
each of the methods. In addition, the tests have been modified to use
the user role.
The file was modifiedtests/src/main/resources/datasets/competitions-delete.xml (diff)
The file was modifiedservice/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql (diff)
The file was modifiedtests/src/main/resources/datasets/competitions.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/CompetitionService.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/Competition.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/CompetitionServiceIntegrationTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/CompetitionsDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/competitions-update.xml (diff)
The file was modifiedtests/src/main/resources/datasets/competition-create.xml (diff)