SuccessChanges

Summary

  1. tsk26 Adds EJB for Competition (details)
Commit 33a86b8fa67493fe17ea00db1b029de02bd2dcb7 by avvazquez3
tsk26 Adds EJB for Competition
The EJB for Competition was created, with its dataset classes and xml
files. Also, an typo in beans.xml was corrected, and the persistence
configuration was tweaked to show the SQL code executed, that helps
understanding the inner working of the Arquillian tests.
The file was addedtests/src/main/java/ligaaas/teamc/domain/entities/IsEqualToCompetition.java (diff)
The file was modifieddomain/src/main/java/ligaaas/teamc/domain/Competition.java (diff)
The file was addedservice/src/test/java/ligaaas/teamc/service/EJBIntegrationTestSuite.java (diff)
The file was addedtests/src/main/resources/datasets/competitionsCreate.xml (diff)
The file was modifiedservice/src/test/resources/beans.xml (diff)
The file was modifiedservice/src/main/resources/META-INF/persistence.xml (diff)
The file was addedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was addedtests/src/main/resources/datasets/competitionsDelete.xml (diff)
The file was addedtests/src/main/resources/datasets/competitions.xml (diff)
The file was addedservice/src/main/java/ligaaas/teamc/service/CompetitionEJB.java (diff)
The file was addedservice/src/test/java/ligaaas/teamc/service/CompetitionEJBTest.java (diff)
The file was addedtests/src/main/resources/scripts/cleanup-autoincrement.sql (diff)
The file was addedtests/src/main/java/ligaaas/teamc/domain/entities/CompetitionsDataset.java (diff)