SuccessChanges

Summary

  1. task 17 - Adds roles and the methods addPlayer and removePlayer to (details)
Commit 2ec01aa848e4643ef1dc7298c475c5a2a1082594 by daouterelo
task 17 - Adds roles and the methods addPlayer and removePlayer to
TeamService
In order to finish the task 17, is added a security system based in
roles to garantee the that the functinalities can only be executed by
system users. 2 new methods are added. This 2 methods allow to manage
the players that forms the team.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/TeamService.java (diff)
The file was addedtests/src/main/resources/datasets/teamsAfterAddPlayer.xml (diff)
The file was modifiedtests/src/main/resources/datasets/teams.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/TeamServiceIntegrationTest.java (diff)