FailedChanges

Summary

  1. tsk39 Match fixed and removed some unused files (details)
Commit c008eab56e7a4d2d16187328d32970bf15ccc09b by hrsalgado
tsk39 Match fixed and removed some unused files
Entity match was fixed. The error was that word 'match' is a ban word in
mysql. This problem was solved changing the name of the table Entity
facility was removed, so it was an unused entity. The same for EJB file
Also, class Match was added to persistence to create a table in database
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/match/MatchJPA.java (diff)
The file was modifiedservice/src/main/resources/META-INF/persistence.xml (diff)
The file was removedservice/src/main/java/es/uvigo/esei/dgss/facility/FacilityEJB.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/fixture/FixtureJPA.java (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/facility/FacilityJPA.java (diff)