<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>80</totalCount><urlName>testReport</urlName></action><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-domain/21/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-domain/0.1.0-SNAPSHOT/dgss1617-letta-teama-domain-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-domain/0.1.0-SNAPSHOT/dgss1617-letta-teama-domain-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-domain/0.1.0-SNAPSHOT/dgss1617-letta-teama-domain-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-domain/0.1.0-SNAPSHOT/dgss1617-letta-teama-domain-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#21</displayName><duration>17812</duration><estimatedDuration>19744</estimatedDuration><fullDisplayName>LETTA 1617 Team A » Domain #21</fullDisplayName><id>21</id><keepLog>false</keepLog><number>21</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1480178652467</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-domain/21/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>additional-material/db/letta-mysql.full.sql</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/project/domain/VerificationToken.java</affectedPath><commitId>96be75b39fbd975f4050b1c8136a4d8a7d5b8473</commitId><timestamp>1480102352000</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
 - letta-mysql.full.sql is empty
</comment><date>2016-11-25 20:32:32 +0100</date><id>96be75b39fbd975f4050b1c8136a4d8a7d5b8473</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>domain/src/main/java/es/uvigo/esei/dgss/project/domain/VerificationToken.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>additional-material/db/letta-mysql.inserts.sql</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/test/ejb/ServiceTestSuite.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/EventEJBTest.java</affectedPath><commitId>ae700260af7aea367dcc77770a5c4580ff33ca59</commitId><timestamp>1480178666000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName></author><authorEmail>mgrodriguez3@esei.uvigo.es</authorEmail><comment>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
- letta-mysql.inserts.sql
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
- Event.java is modified to put the size of attribute head to
  50 characters
</comment><date>2016-11-26 17:44:26 +0100</date><id>ae700260af7aea367dcc77770a5c4580ff33ca59</id><msg>Correction of some bugs:  - supress the anotation transcient on</msg><path><editType>add</editType><file>additional-material/db/letta-mysql.inserts.sql</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/EventEJBTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</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-domain/21/mavenArtifacts/</url></mavenArtifacts></mavenBuild>