<mavenBuild _class='hudson.maven.MavenBuild'><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'><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><number>21</number><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></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></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>Service</displayName><duration>38984</duration><estimatedDuration>78493</estimatedDuration><fullDisplayName>LETTA 1617 Team A » Service Service</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>additional-material/db/letta-mysql.inserts.sql</affectedPath><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>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/EventEJBTest.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/ServiceTestSuite.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName><id>mgrodriguez3</id><property _class='hudson.model.PaneStatusProperties'></property><property _class='jenkins.security.ApiTokenProperty'></property><property _class='com.cloudbees.plugins.credentials.UserCredentialsProvider$UserCredentialsProperty'></property><property _class='hudson.model.MyViewsProperty'></property><property _class='hudson.search.UserSearchProperty'><insensitiveSearch>false</insensitiveSearch></property><property _class='hudson.tasks.Mailer$UserProperty'><address>mgrodriguez3@esei.uvigo.es</address></property><property _class='hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty'></property><property _class='org.jenkinsci.plugins.displayurlapi.user.PreferredProviderUserProperty'></property></culprit><mavenArtifacts><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><number>21</number><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></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></mavenArtifacts></mavenBuild>