SuccessChanges

Summary

  1. tsk34 Adds user validation for Round and Match EJB (details)
Commit 7a95948bd999e38f214ddbefbc1195103e46463a by avvazquez3
tsk34 Adds user validation for Round and Match EJB
Implements the control for permissions in each Round and Match, and
fixes an error in which the incorrect dataset (the Competition one) was
used for some MatchEJB tests.
The file was modifiedservice/src/main/java/ligaaas/teamc/service/MatchEJB.java (diff)
The file was modifiedservice/src/main/java/ligaaas/teamc/service/RoundEJB.java (diff)
The file was modifiedtests/src/main/resources/datasets/roundsDelete.xml (diff)
The file was modifiedservice/src/test/java/ligaaas/teamc/service/MatchEJBTest.java (diff)
The file was modifiedtests/src/main/java/ligaaas/teamc/domain/entities/MatchesDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/matchesDelete.xml (diff)
The file was modifiedtests/src/main/resources/datasets/matches.xml (diff)
The file was modifiedtests/src/main/java/ligaaas/teamc/domain/entities/RoundsDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/rounds.xml (diff)
The file was modifiedservice/src/test/java/ligaaas/teamc/service/RoundEJBTest.java (diff)