SuccessChanges

Summary

  1. tsk8 Adds update and delete functions on UserEJB (details)
Commit bf524aabd4319f231436e6a74d131ee55cb03526 by dvvilar
tsk8 Adds update and delete functions on UserEJB
Now an user can be updated and deleted (logically) in the application.
The file was modifiedtests/src/main/resources/datasets/matchesDelete.xml (diff)
The file was modifiedtests/src/main/resources/datasets/roundsDelete.xml (diff)
The file was modifiedtests/src/main/java/ligaaas/teamc/domain/entities/PlayersDataset.java (diff)
The file was modifiedtests/src/main/java/ligaaas/teamc/domain/entities/HeadQuartersDataset.java (diff)
The file was modifiedservice/src/test/java/ligaaas/teamc/service/UserEJBTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/rounds.xml (diff)
The file was modifieddomain/src/test/java/ligaaas/teamc/domain/TeamTest.java (diff)
The file was modifiedservice/src/main/java/ligaaas/teamc/service/UserEJB.java (diff)
The file was modifiedtests/src/main/resources/datasets/usersActivated.xml (diff)
The file was modifiedtests/src/main/resources/datasets/teamsWithPlayers.xml (diff)
The file was modifiedtests/src/main/resources/datasets/headquarters.xml (diff)
The file was modifiedtests/src/main/resources/datasets/teams.xml (diff)
The file was modifiedtests/src/main/java/ligaaas/teamc/domain/entities/UsersDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/matches.xml (diff)
The file was modifiedtests/src/main/resources/datasets/teamsDelete.xml (diff)
The file was modifiedtests/src/main/java/ligaaas/teamc/domain/entities/MatchesDataset.java (diff)
The file was modifieddomain/src/main/java/ligaaas/teamc/domain/User.java (diff)
The file was modifieddomain/src/test/java/ligaaas/teamc/domain/CompetitionTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/teamsWithPlayersDelete.xml (diff)
The file was modifiedtests/src/main/resources/datasets/users.xml (diff)
The file was modifiedtests/src/main/java/ligaaas/teamc/domain/entities/RoundsDataset.java (diff)
The file was addedtests/src/main/resources/datasets/usersDelete.xml (diff)
The file was modifiedtests/src/main/java/ligaaas/teamc/domain/entities/TeamsDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/usersCreate.xml (diff)
The file was modifieddomain/src/test/java/ligaaas/teamc/domain/UserTest.java (diff)