<mavenModuleSetBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><origindevelop _class='hudson.plugins.git.util.Build'><buildNumber>17</buildNumber><marked><SHA1>d99bde47660939773e1a37f2ba81bc5f354d9d46</SHA1><branch><SHA1>d99bde47660939773e1a37f2ba81bc5f354d9d46</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>d99bde47660939773e1a37f2ba81bc5f354d9d46</SHA1><branch><SHA1>d99bde47660939773e1a37f2ba81bc5f354d9d46</SHA1><name>origin/develop</name></branch></revision></origindevelop><refsremotesorigindevelop _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>589f6e74c526ec823006ebf61645fbbeb5631cd1</SHA1><branch><SHA1>589f6e74c526ec823006ebf61645fbbeb5631cd1</SHA1><name>refs/remotes/origin/develop</name></branch></marked><revision><SHA1>589f6e74c526ec823006ebf61645fbbeb5631cd1</SHA1><branch><SHA1>589f6e74c526ec823006ebf61645fbbeb5631cd1</SHA1><name>refs/remotes/origin/develop</name></branch></revision></refsremotesorigindevelop></buildsByBranchName><lastBuiltRevision><SHA1>d99bde47660939773e1a37f2ba81bc5f354d9d46</SHA1><branch><SHA1>d99bde47660939773e1a37f2ba81bc5f354d9d46</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing.ei.uvigo.es/dt/gitlab/dgss-1617-teamA/letta.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action _class='hudson.maven.reporters.SurefireAggregatedReport'><failCount>1</failCount><skipCount>0</skipCount><totalCount>81</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#17</displayName><duration>103012</duration><estimatedDuration>283139</estimatedDuration><fullDisplayName>LETTA 1617 Team A #17</fullDisplayName><id>17</id><keepLog>false</keepLog><number>17</number><queueId>173</queueId><result>UNSTABLE</result><timestamp>1480101430885</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/17/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><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>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java</affectedPath><affectedPath>tests/src/main/resources/datasets/user-delete-event.xml</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>additional-material/db/letta-mysql.full.sql</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-update-event-head.xml</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/users.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>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.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>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-delete-event.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-create-event.xml</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-location.xml</file></path><path><editType>edit</editType><file>rest/src/main/resources/META-INF/persistence.xml</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/VerificationToken.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-update-event-start.xml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>