<mavenAggregatedArtifactRecord _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'><moduleRecord><attachedArtifact><artifactId>dgss1617-letta-teama-domain</artifactId><canonicalName>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>e443ad32564bf709288d881d34555ce6</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1617-letta-teama-domain</artifactId><canonicalName>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>7f97b1832dea520957a9b7f3a09b62de</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1617-letta-teama-domain</artifactId><canonicalName>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>61c1c32252753f6edad131fa55559fce</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><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>domain/src/main/java/es/uvigo/esei/dgss/project/domain/VerificationToken.java</file></path><path><editType>edit</editType><file>additional-material/db/letta-mysql.full.sql</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java</affectedPath><affectedPath>additional-material/db/letta-mysql.inserts.sql</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>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java</file></path><path><editType>add</editType><file>additional-material/db/letta-mysql.inserts.sql</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></parent><pomArtifact><artifactId>dgss1617-letta-teama-domain</artifactId><canonicalName>dgss1617-letta-teama-domain-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>b74e9f6f495e28d85ad10aa6623ecccd</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><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></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss1617-letta-teama-ear</artifactId><canonicalName>dgss1617-letta-teama-ear-0.1.0-SNAPSHOT.ear</canonicalName><fileName>dgss1617-letta-teama-pom-0.1.0-SNAPSHOT.ear</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>7c10bca6c8ae0fe1b0bbec2d989d70a9</md5sum><type>ear</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><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-ear/21/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-ear-0.1.0-SNAPSHOT.ear</displayPath><fileName>dgss1617-letta-teama-ear-0.1.0-SNAPSHOT.ear</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-ear/0.1.0-SNAPSHOT/dgss1617-letta-teama-ear-0.1.0-SNAPSHOT.ear</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-ear-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-ear-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-ear/0.1.0-SNAPSHOT/dgss1617-letta-teama-ear-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#21</displayName><duration>4262</duration><estimatedDuration>4496</estimatedDuration><fullDisplayName>LETTA 1617 Team A » EAR #21</fullDisplayName><id>21</id><keepLog>false</keepLog><number>21</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1480178652518</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-ear/21/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-ear/21/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1617-letta-teama-ear</artifactId><canonicalName>dgss1617-letta-teama-ear-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>66d7b41208173b38886d74421f3ddc20</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-ear/21/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1617-letta-teama-jsf</artifactId><canonicalName>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>0ac274b479615b718fa42abd1df95478</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1617-letta-teama-jsf</artifactId><canonicalName>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>7a15730fa3665a648f182a3414dfaab5</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1617-letta-teama-jsf</artifactId><canonicalName>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT.war</canonicalName><fileName>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>d2415261ca68f859252fb818d60bb4ab</md5sum><type>war</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><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-jsf/21/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-jsf/0.1.0-SNAPSHOT/dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-jsf/0.1.0-SNAPSHOT/dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-jsf/0.1.0-SNAPSHOT/dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-jsf/0.1.0-SNAPSHOT/dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#21</displayName><duration>15068</duration><estimatedDuration>13460</estimatedDuration><fullDisplayName>LETTA 1617 Team A » JSF #21</fullDisplayName><id>21</id><keepLog>false</keepLog><number>21</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1480178652516</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-jsf/21/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-jsf/21/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1617-letta-teama-jsf</artifactId><canonicalName>dgss1617-letta-teama-jsf-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>bba5a508183aa43098ba5c3511b8435f</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-jsf/21/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss1617-letta-teama-pom</artifactId><canonicalName>dgss1617-letta-teama-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>3185422f80ed980cd897ab8735cc21e6</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><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-pom/21/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-pom-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-pom-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-pom/0.1.0-SNAPSHOT/dgss1617-letta-teama-pom-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#21</displayName><duration>7866</duration><estimatedDuration>8376</estimatedDuration><fullDisplayName>LETTA 1617 Team A » LETTA 16/17 Team A #21</fullDisplayName><id>21</id><keepLog>false</keepLog><number>21</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1480178652465</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-pom/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>domain/src/main/java/es/uvigo/esei/dgss/project/domain/VerificationToken.java</file></path><path><editType>edit</editType><file>additional-material/db/letta-mysql.full.sql</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java</affectedPath><affectedPath>additional-material/db/letta-mysql.inserts.sql</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>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java</file></path><path><editType>add</editType><file>additional-material/db/letta-mysql.inserts.sql</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-pom/21/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1617-letta-teama-pom</artifactId><canonicalName>dgss1617-letta-teama-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>3185422f80ed980cd897ab8735cc21e6</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-pom/21/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1617-letta-teama-rest</artifactId><canonicalName>dgss1617-letta-teama-rest-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1617-letta-teama-rest-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>4558b93d65d954f293b3e4bb478c310e</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1617-letta-teama-rest</artifactId><canonicalName>dgss1617-letta-teama-rest-0.1.0-SNAPSHOT.war</canonicalName><fileName>dgss1617-letta-teama-rest-0.1.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>9cfc34d2cfeed09eb400210bebb0bbe9</md5sum><type>war</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><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/21/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>#21</displayName><duration>4163</duration><estimatedDuration>62516</estimatedDuration><fullDisplayName>LETTA 1617 Team A » REST #21</fullDisplayName><id>21</id><keepLog>false</keepLog><number>21</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1480178652514</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-rest/21/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-rest/21/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1617-letta-teama-rest</artifactId><canonicalName>dgss1617-letta-teama-rest-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>2469896f024a33117a62a68fda8d9ba5</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-rest/21/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1617-letta-teama-service</artifactId><canonicalName>dgss1617-letta-teama-service-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1617-letta-teama-service-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>9c6a33373d8687566005c6e386b514b5</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1617-letta-teama-service</artifactId><canonicalName>dgss1617-letta-teama-service-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1617-letta-teama-service-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>67364d4935c4a320ccd10f9509d25fc9</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1617-letta-teama-service</artifactId><canonicalName>dgss1617-letta-teama-service-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss1617-letta-teama-service-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>25a8380c5b8984480cc6fe29ef1ed9c6</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>1</failCount><skipCount>0</skipCount><totalCount>1</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-service/21/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-service-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teama-service-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-service/0.1.0-SNAPSHOT/dgss1617-letta-teama-service-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-service-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teama-service-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-service/0.1.0-SNAPSHOT/dgss1617-letta-teama-service-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-service-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss1617-letta-teama-service-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-service/0.1.0-SNAPSHOT/dgss1617-letta-teama-service-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-service-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-service-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-service/0.1.0-SNAPSHOT/dgss1617-letta-teama-service-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#21</displayName><duration>38984</duration><estimatedDuration>78493</estimatedDuration><fullDisplayName>LETTA 1617 Team A » Service #21</fullDisplayName><id>21</id><keepLog>false</keepLog><number>21</number><queueId>-1</queueId><result>UNSTABLE</result><timestamp>1480178652512</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-service/21/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java</affectedPath><affectedPath>additional-material/db/letta-mysql.inserts.sql</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>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java</file></path><path><editType>add</editType><file>additional-material/db/letta-mysql.inserts.sql</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-service/21/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1617-letta-teama-service</artifactId><canonicalName>dgss1617-letta-teama-service-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>aa9e938d10d27e23173a005b49bfc65c</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-service/21/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>8f0095d3dbe97e31621547955ead27d1</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>be5cae2358dcf54589dd206eb3df9477</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>f1d1417e67646b42eb16466e421ba6cc</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><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-tests/21/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-tests/0.1.0-SNAPSHOT/dgss1617-letta-teama-tests-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-tests/0.1.0-SNAPSHOT/dgss1617-letta-teama-tests-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-tests/0.1.0-SNAPSHOT/dgss1617-letta-teama-tests-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teama.letta/dgss1617-letta-teama-tests/0.1.0-SNAPSHOT/dgss1617-letta-teama-tests-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#21</displayName><duration>6486</duration><estimatedDuration>6959</estimatedDuration><fullDisplayName>LETTA 1617 Team A » Tests #21</fullDisplayName><id>21</id><keepLog>false</keepLog><number>21</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1480178652469</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-tests/21/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-tests/21/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss1617-letta-teama-tests</artifactId><canonicalName>dgss1617-letta-teama-tests-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teama.letta</groupId><md5sum>651525362e2221e3ce2243e6eae3cfb3</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-tests/21/mavenArtifacts/</url></moduleRecord></mavenAggregatedArtifactRecord>