FailedChanges

Summary

  1. MatchEJB added (details)
  2. Added the user profile JPA (details)
Commit 68c795c83c2644876c13c1659aa215e0232cbea7 by hector.rodriguez
MatchEJB added
The beginning of MatchEJB was added It contains the basic functions to
manage a match entity like create, read, update, delete and list (CRUDL)
In the future, this will be increased with other functions
The file was addeddomain/src/main/resources/META-INF/persistence.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/match/MatchEJB.java (diff)
Commit e3f741e20c1e329f1da02b2e1dcb9be5c6aa7e14 by prfernandez2
Added the user profile JPA
The entity UserJPA was updated so it has all the data needed to build a
profile. Also, the test were updated and so was the package.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/user/UserJPA.java (diff)
The file was removeddomain/src/test/es/uvigo/esei/dgss/match/MatchTest.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/user/UserTest.java (diff)
The file was removedtests/src/main/java/es/uvigo/esei/dgss/teama/ligaaas/jpatests/UserTest.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/fixture/FixtureTest.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/match/MatchTest.java (diff)
The file was removeddomain/src/test/es/uvigo/esei/dgss/fixture/FixtureTest.java (diff)