SuccessChanges

Summary

  1. tsk8 Adds user creation in the service layer (details)
Commit 064a5cfa2c2a58a2d206e1fff73a6df651c59d30 by anrodriquez
tsk8 Adds user creation in the service layer
Added a simple ejb user for user creation and corresponding test Created
a class to facilitate the deployment of arquilian for the tests with the
basic elements Created the TestSuite entity to run all the tests of this
layer Created the class to compare user entities Created the admin and
user roles for the application Created a simple user datasets
Fixes the declaration the variables ArrayList to the Collection type and
their constructors Fixes for the @Column inside the relationship JPA
Fixes the mappedBy between relations JPA Fixes the direct insertion of
listing in the player entity declaring the @ElementCollection
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/UserTest.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/util/security/AdminRoleCaller.java (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/IsEqualToUser.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Competition.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Player.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Headquarter.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/CompetitionTest.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/Deployments.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/domain/entities/Team.java (diff)
The file was modifiedservice/src/test/resources/beans.xml (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/entities/UsersDataset.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserServiceIntegrationTest.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/util/security/UserRoleCaller.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/UserService.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teamB/ligaaas/service/ejbs/ServiceIntegrationTestSuite.java (diff)
The file was modifiedservice/src/test/resources/test-persistence.xml (diff)