<mavenBuild _class='hudson.maven.MavenBuild'><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-rest/36/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-rest-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teama-rest-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-rest/0.1.0-SNAPSHOT/dgss1617-letta-teama-rest-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-rest-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-rest-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-rest/0.1.0-SNAPSHOT/dgss1617-letta-teama-rest-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-rest-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss1617-letta-teama-rest-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-rest/0.1.0-SNAPSHOT/dgss1617-letta-teama-rest-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#36</displayName><duration>5610</duration><estimatedDuration>62516</estimatedDuration><fullDisplayName>LETTA 1617 Team A » REST #36</fullDisplayName><id>36</id><keepLog>false</keepLog><number>36</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1480963634758</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-rest/36/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/project/ejb/UserEJB.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/EventEJBTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/user-create-event.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/user-update-event-start.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/user-update-event-location.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/project/domain/VerificationToken.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToUser.java</affectedPath><affectedPath>rest/src/main/resources/META-INF/persistence.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/users.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/user-update-event-head.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/user-update-event-title.xml</affectedPath><affectedPath>jsf/src/main/resources/META-INF/persistence.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/user-update-event-description.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/user-delete-event.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java</affectedPath><affectedPath>additional-material/db/letta-mysql.full.sql</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/project/domain/User.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java</affectedPath><commitId>d99bde47660939773e1a37f2ba81bc5f354d9d46</commitId><timestamp>1480099810000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName></author><authorEmail>mgrodriguez3@esei.uvigo.es</authorEmail><comment>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
</comment><date>2016-11-25 19:50:10 +0100</date><id>d99bde47660939773e1a37f2ba81bc5f354d9d46</id><msg>Access service for wall event</msg><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-update-event-head.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-update-event-location.xml</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/EventEJBTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToUser.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-update-event-start.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-update-event-description.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-delete-event.xml</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java</file></path><path><editType>edit</editType><file>additional-material/db/letta-mysql.full.sql</file></path><path><editType>edit</editType><file>rest/src/main/resources/META-INF/persistence.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/users.xml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/project/domain/VerificationToken.java</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/project/domain/User.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-update-event-title.xml</file></path><path><editType>edit</editType><file>jsf/src/main/resources/META-INF/persistence.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-create-event.xml</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/project/ejb/UserEJB.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/test/resources/arquillian.xml</affectedPath><affectedPath>service/src/test/resources-wildfly-embedded-mysql/standalone.xml</affectedPath><affectedPath>service/src/test/resources/arquillian.xml</affectedPath><affectedPath>rest/src/test/resources/arquillian.xml</affectedPath><affectedPath>rest/src/test/resources-wildfly-embedded-mysql/standalone.xml</affectedPath><affectedPath>service/src/test/resources-wildfly-embedded-h2/standalone.xml</affectedPath><affectedPath>rest/src/test/resources-wildfly-embedded-h2/standalone.xml</affectedPath><affectedPath>jsf/src/test/resources-wildfly-embedded-h2/standalone.xml</affectedPath><affectedPath>jsf/src/test/resources-wildfly-embedded-mysql/standalone.xml</affectedPath><commitId>ab0fb265d4e47a2483adfd028943e198df8e862e</commitId><timestamp>1480355403000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></author><authorEmail>mrjato@uvigo.es</authorEmail><comment>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.
</comment><date>2016-11-28 18:50:03 +0100</date><id>ab0fb265d4e47a2483adfd028943e198df8e862e</id><msg>Changes the WildFly testing ports</msg><path><editType>edit</editType><file>rest/src/test/resources/arquillian.xml</file></path><path><editType>edit</editType><file>jsf/src/test/resources/arquillian.xml</file></path><path><editType>edit</editType><file>rest/src/test/resources-wildfly-embedded-h2/standalone.xml</file></path><path><editType>edit</editType><file>jsf/src/test/resources-wildfly-embedded-h2/standalone.xml</file></path><path><editType>edit</editType><file>jsf/src/test/resources-wildfly-embedded-mysql/standalone.xml</file></path><path><editType>edit</editType><file>service/src/test/resources/arquillian.xml</file></path><path><editType>edit</editType><file>rest/src/test/resources-wildfly-embedded-mysql/standalone.xml</file></path><path><editType>edit</editType><file>service/src/test/resources-wildfly-embedded-h2/standalone.xml</file></path><path><editType>edit</editType><file>service/src/test/resources-wildfly-embedded-mysql/standalone.xml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/service/util/security/RegisteredUserCaller.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/project/ejb/UserEJB.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/VerificationToken.java</affectedPath><affectedPath>tests/src/main/resources/datasets/user-create-event.xml</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/project/domain/EntitiesTestSuite.java</affectedPath><affectedPath>tests/src/main/resources/datasets/user-update-event-start.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/project/domain/VerificationToken.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToUser.java</affectedPath><affectedPath>rest/src/main/resources/META-INF/persistence.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/project/domain/Role.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/EntitiesTestSuite.java</affectedPath><affectedPath>tests/src/main/resources/datasets/user-update-event-title.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event.java</affectedPath><affectedPath>jsf/src/main/resources/META-INF/persistence.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/project/domain/Category.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/User.java</affectedPath><affectedPath>tests/src/main/resources/datasets/user-update-event-description.xml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToEvent.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/project/domain/User.java</affectedPath><affectedPath>jsf/src/main/java/RegisterController.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/EventTest.java</affectedPath><affectedPath>service/src/test/resources/beans.xml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/HomeController.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Role.java</affectedPath><affectedPath>tests/src/main/resources/datasets/user-update-event-location.xml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/UserDataset.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/project/ejb/EventEJBTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/users.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/user-update-event-head.xml</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/project/domain/UserTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Category.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/RegisterController.java</affectedPath><affectedPath>tests/src/main/resources/datasets/user-delete-event.xml</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/project/domain/EventTest.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/UserTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java</affectedPath><commitId>b0b36ba9e2b245d613017d3faff4ea6fcef7cb10</commitId><timestamp>1480522911000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifcunharro</absoluteUrl><fullName>ifcunharro</fullName></author><authorEmail>ifcunharro@esei.uvigo.es</authorEmail><comment>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.
</comment><date>2016-11-30 17:21:51 +0100</date><id>b0b36ba9e2b245d613017d3faff4ea6fcef7cb10</id><msg>Adds events persistence to the EventEJB</msg><path><editType>delete</editType><file>domain/src/main/java/es/uvigo/esei/dgss/project/domain/User.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Category.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Role.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToEvent.java</file></path><path><editType>delete</editType><file>jsf/src/main/java/RegisterController.java</file></path><path><editType>delete</editType><file>domain/src/test/java/es/uvigo/esei/dgss/project/domain/UserTest.java</file></path><path><editType>delete</editType><file>domain/src/test/java/es/uvigo/esei/dgss/project/domain/EntitiesTestSuite.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/users.xml</file></path><path><editType>edit</editType><file>jsf/src/main/resources/META-INF/persistence.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-update-event-location.xml</file></path><path><editType>edit</editType><file>rest/src/main/resources/META-INF/persistence.xml</file></path><path><editType>delete</editType><file>domain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/User.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-update-event-start.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-create-event.xml</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/UserDataset.java</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/EntitiesTestSuite.java</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/EventTest.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/project/ejb/UserEJB.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-delete-event.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-update-event-title.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToUser.java</file></path><path><editType>delete</editType><file>domain/src/main/java/es/uvigo/esei/dgss/project/domain/VerificationToken.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/VerificationToken.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event.java</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/UserTest.java</file></path><path><editType>delete</editType><file>domain/src/main/java/es/uvigo/esei/dgss/project/domain/Category.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/project/ejb/EventEJBTest.java</file></path><path><editType>edit</editType><file>service/src/test/resources/beans.xml</file></path><path><editType>delete</editType><file>domain/src/main/java/es/uvigo/esei/dgss/project/domain/Role.java</file></path><path><editType>delete</editType><file>domain/src/test/java/es/uvigo/esei/dgss/project/domain/EventTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-update-event-head.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-update-event-description.xml</file></path><path><editType>add</editType><file>jsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/RegisterController.java</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/HomeController.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/service/util/security/RegisteredUserCaller.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></culprit><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName></culprit><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifcunharro</absoluteUrl><fullName>ifcunharro</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-rest/36/mavenArtifacts/</url></mavenArtifacts></mavenBuild>