SuccessChanges

Summary

  1. Fixes team creation/editing (details)
Commit 0817ed0a17be857dbf1604513bb2c03bec893442 by daouterelo
Fixes team creation/editing
The name of a team is the primary key, and was neccesary to check that
the name of a new team or the new name of an edited team is avaliable
before persist the team.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/TeamService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/service/ejbs/TeamServiceIntegrationTest.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/jsf/TeamManagedBean.java (diff)