SuccessChanges

Summary

  1. tsk8 Adds player in the service layer (details)
Commit 9813daaa77159d6b8feb948b452333bf7eb2e9a6 by mrdiez
tsk8 Adds player in the service layer
Added the complete ejb player with the functions of creation, logical
deletion, modification, list and search by id. Added the class that
facilitates the comparison of player objects in the test. Changed the
mapping of the one-to-one relation between player and user. Resolution
of local conflicts with ejb user class.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/ServiceIntegrationTestSuite.java (diff)
The file was addedservice/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserServiceIntegrationTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/users.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/User.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/PlayerDataset.java (diff)
The file was addedtests/src/main/resources/datasets/players.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/IsEqualToUser.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Player.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/PlayerServiceIntegrationTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/users-update-password.xml (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/IsEqualToPlayer.java (diff)
The file was addedtests/src/main/resources/datasets/players-update.xml (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/PlayerService.java (diff)
The file was addedtests/src/main/resources/datasets/players-delete.xml (diff)
The file was modifiedtests/src/main/resources/datasets/users-update.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/UsersDataset.java (diff)
The file was addedtests/src/main/resources/scripts/cleanupPlayerTests.sql (diff)