<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'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-service/23/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>#23</displayName><duration>34913</duration><estimatedDuration>78493</estimatedDuration><fullDisplayName>LETTA 1617 Team A » Service #23</fullDisplayName><id>23</id><keepLog>false</keepLog><number>23</number><queueId>-1</queueId><result>UNSTABLE</result><timestamp>1480348068355</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/es.uvigo.esei.dgss.teama.letta$dgss1617-letta-teama-service/23/</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/EventEJBTest.java</affectedPath><affectedPath>additional-material/db/letta-mysql.initialization.sql</affectedPath><affectedPath>additional-material/db/letta-mysql.clean.sql</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/project/ejb/EventEJBTest.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/ejb/ServiceTestSuite.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java</affectedPath><commitId>0e5b26fdd96f683b2ac0325637f80030ade40181</commitId><timestamp>1480347546000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mgrodriguez3</absoluteUrl><fullName>mgrodriguez3</fullName></author><authorEmail>mgrodriguez3@esei.uvigo.es</authorEmail><comment>Sto1: corrections bugs and new implementations
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
task15: add test data
     -user-create-event.xml add new good events and
     bad events to prove they are not created
    -User.java is modified to add public to the default
     constructor
</comment><date>2016-11-28 16:39:06 +0100</date><id>0e5b26fdd96f683b2ac0325637f80030ade40181</id><msg>Sto1: corrections bugs and new implementations</msg><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/project/ejb/ServiceTestSuite.java</file></path><path><editType>add</editType><file>additional-material/db/letta-mysql.clean.sql</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java</file></path><path><editType>add</editType><file>service/src/test/java/es/uvigo/esei/dgss/project/ejb/EventEJBTest.java</file></path><path><editType>delete</editType><file>service/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java</file></path><path><editType>add</editType><file>additional-material/db/letta-mysql.initialization.sql</file></path><path><editType>delete</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/23/mavenArtifacts/</url></mavenArtifacts></mavenBuild>