SuccessChanges

Summary

  1. tsk63 Invitations between team and competition (details)
Commit 6a8a64b2bbb976f0fe455d059de9bb4dc3cca567 by anrodriquez
tsk63 Invitations between team and competition
Eliminates the many-to-many relationship previously created. This
happens because there is an attribute between the relationship, so it is
have to manage this manual relationship to work with composite keys.
Adds that a competition can add or remove an invitation to a team, and a
team can accept ot reject that invitation.
Adds the new entity to the persistence.xml and test-persistence.xml
files.
The file was modifiedjsf/src/main/resources/META-INF/persistence.xml (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/InvitationBetweenTeamCompetition.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/CompetitionTest.java (diff)
The file was modifiedservice/src/test/resources/test-persistence.xml (diff)
The file was modifiedrest/src/test/resources/test-persistence.xml (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/TeamTest.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/CompetitionManagedBean.java (diff)
The file was modifiedrest/src/main/resources/META-INF/persistence.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/Competition.java (diff)
The file was modifiedservice/src/main/resources/META-INF/persistence.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/domain/entities/Team.java (diff)
The file was modifiedjsf/src/test/resources/test-persistence.xml (diff)