SuccessChanges

Summary

  1. tsk3 Adds EJB for register management (details)
Commit 5fc1269e3648bbbb4872e74e2b1bbbe8463d8925 by dnfernandez
tsk3 Adds EJB for register management
The User.java was modified in order to set the columns of userLogin,
userIdentificationDocument and UserEmail as unique. In order to execute
the tests, the dataset of users.xml was modified and the
usersCreate.xml, UsersDataset.java, UserEJBTest, IsEqualToUser,
cleanup.sql and cleanup-autoincrement.sql were created so that the tests
could work as expected The standalones were modified for the
configuration of the mailer.
The file was modifieddomain/src/main/java/ligaaas/teamc/domain/User.java (diff)
The file was addedtests/src/main/resources/datasets/usersCreate.xml (diff)
The file was modifiedCONTRIBUTING.md (diff)
The file was modifiedadditional-material/wildfly/v8.2.1/standalone.xml (diff)
The file was modifiedservice/src/test/java/ligaaas/teamc/service/EJBIntegrationTestSuite.java (diff)
The file was addedtests/src/main/java/ligaaas/teamc/domain/entities/IsEqualToUser.java (diff)
The file was addedservice/src/main/java/ligaaas/teamc/service/UserEJB.java (diff)
The file was modifiedjsf/src/test/resources-wildfly-embedded-mysql/standalone.xml (diff)
The file was addedservice/src/test/java/ligaaas/teamc/service/UserEJBTest.java (diff)
The file was addedtests/src/main/resources/datasets/users.xml (diff)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was modifiedadditional-material/wildfly/v10.1.0/standalone.xml (diff)
The file was addedtests/src/main/java/ligaaas/teamc/domain/entities/UsersDataset.java (diff)
The file was modifiedservice/src/test/resources-wildfly-embedded-h2/standalone.xml (diff)