SuccessChanges

Summary

  1. tsk21 Adds methods to consult players and create players without an user (details)
Commit 268ff5944cf0c992d8c353e656e745416bdcd9cc by agnovoa2
tsk21 Adds methods to consult players and create players without an user
Adds methods to list players managed by the current user, find players
given their locations, and a method to create a player without needing
an user.
The file was addedtests/src/main/resources/datasets/userPlayers.xml (diff)
The file was modifiedservice/src/test/java/ligaaas/teamc/service/EJBIntegrationTestSuite.java (diff)
The file was addedservice/src/test/java/ligaaas/teamc/service/PlayerEJBTestCreate.java (diff)
The file was modifiedtests/src/main/java/ligaaas/teamc/domain/entities/PlayersDataset.java (diff)
The file was addedtests/src/main/resources/datasets/playersFind.xml (diff)
The file was modifiedservice/src/main/java/ligaaas/teamc/service/PlayerEJB.java (diff)
The file was modifiedservice/src/test/java/ligaaas/teamc/service/PlayerEJBTest.java (diff)
The file was addedtests/src/main/resources/datasets/userPlayersCreate.xml (diff)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)