Commit
d99bde47660939773e1a37f2ba81bc5f354d9d46
by mgrodriguez3
Access service for wall event Correction of some bugs: - supress the anotation transcient on verificationToken - persistence.xml in jsf need the class name of the entity - persistence.xml in rest need the class name of the entity - *.xml update the name of the atributes to the same in the database and add users and events to use in the test - UserEJB modification of the method sendConfirmationUrl because the other code not have a good functionality when the verificationToken is null Create: - EventEJB - EventEJBTest - ServiceTestSuite Update: - isEqualToUser ckeck the new attribute accepted - User add new attribute and put the method getter, setter and registeredUser with the javaDoc of the method
Changes the WildFly testing ports The ports used by the WildFly executed during tests had an offset of 10000. This was the same offset used by the other tools in the integration server, causing port collisions in the integration server. This commit increases the offset to 30000 in order to avoid this port collision.
Commit
b0b36ba9e2b245d613017d3faff4ea6fcef7cb10
by ifcunharro
Adds events persistence to the EventEJB The EventEJB class now can persist events. This commit also includes an important refactorization of the entity classes, that have been moved to a new and more adequate package. In addition, the dataset classes for user and event have been created.