<mavenBuild _class='hudson.maven.MavenBuild'><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20B/es.uvigo.esei.dgss.teamb.letta$dgss1617-letta-teamb-jsf/112/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teamb-jsf-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teamb-jsf-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamb.letta/dgss1617-letta-teamb-jsf/0.2.0-SNAPSHOT/dgss1617-letta-teamb-jsf-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teamb-jsf-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teamb-jsf-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamb.letta/dgss1617-letta-teamb-jsf/0.2.0-SNAPSHOT/dgss1617-letta-teamb-jsf-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teamb-jsf-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teamb-jsf-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamb.letta/dgss1617-letta-teamb-jsf/0.2.0-SNAPSHOT/dgss1617-letta-teamb-jsf-0.2.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss1617-letta-teamb-jsf-0.2.0-SNAPSHOT.war</displayPath><fileName>dgss1617-letta-teamb-jsf-0.2.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamb.letta/dgss1617-letta-teamb-jsf/0.2.0-SNAPSHOT/dgss1617-letta-teamb-jsf-0.2.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#112</displayName><duration>16578</duration><estimatedDuration>9547</estimatedDuration><fullDisplayName>LETTA 1617 Team B » JSF #112</fullDisplayName><id>112</id><keepLog>false</keepLog><number>112</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1482427512770</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20B/es.uvigo.esei.dgss.teamb.letta$dgss1617-letta-teamb-jsf/112/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/resources/languages/messages_en.properties</affectedPath><affectedPath>tests/src/main/resources/datasets/events1.xml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/RegisterPageBean.java</affectedPath><affectedPath>jsf/src/main/webapp/confirm.xhtml</affectedPath><affectedPath>additional-material/db/letta-mysql.test.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/users1.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/lettab/service/MailEJBTest.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/lettab/service/UserEJBTest.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/lettab/service/EJBTestSuite.java</affectedPath><affectedPath>tests/src/main/resources/datasets/findEvents.xml</affectedPath><affectedPath>jsf/.metadata/src/main/webapp/WEB-INF/faces-config.pageflow</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/util/HttpParam.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/lettab/service/UserEJB.java</affectedPath><affectedPath>tests/src/main/resources/datasets/userEventAssist.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events-with-users.xml</affectedPath><affectedPath>jsf/pom.xml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/UserPageBean.java</affectedPath><affectedPath>jsf/src/main/resources/languages/messages_es.properties</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/lettab/service/exception/UserAlreadyActiveException.java</affectedPath><affectedPath>tests/src/main/resources/datasets/userEventNotAssist.xml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/security/LoginBean.java</affectedPath><affectedPath>tests/src/main/resources/datasets/eventsAssist.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/users.xml</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/lettab/service/MailEJB.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events4.xml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/security/ConfirmBean.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/util/HttpParamProducer.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/IndexPageBean.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/lettab/domain/User.java</affectedPath><affectedPath>additional-material/db/letta-mysql.full.sql</affectedPath><commitId>696775a3fd62e99d69a38b0aee1dbc4ad58394f0</commitId><timestamp>1482427460000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ansousa</absoluteUrl><fullName>ansousa</fullName></author><authorEmail>ansousa@esei.uvigo.es</authorEmail><comment>tsk26 Finishes the EJB user registry
Modifies the sql scripts adding a new UUID field Modifies User entity
adding a new UUID field Adds a custom annotation for getting http query
params Updates the register form Adds a confirm user page and a confirm
user bean Finishes the MailEJB Adds a new exception,
UserAlreadyActiveException Modifies the xml datasets for the new fields
</comment><date>2016-12-22 18:24:20 +0100</date><id>696775a3fd62e99d69a38b0aee1dbc4ad58394f0</id><msg>tsk26 Finishes the EJB user registry</msg><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/RegisterPageBean.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/userEventNotAssist.xml</file></path><path><editType>add</editType><file>jsf/.metadata/src/main/webapp/WEB-INF/faces-config.pageflow</file></path><path><editType>add</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/security/ConfirmBean.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/lettab/service/EJBTestSuite.java</file></path><path><editType>edit</editType><file>jsf/pom.xml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/security/LoginBean.java</file></path><path><editType>edit</editType><file>jsf/src/main/resources/languages/messages_es.properties</file></path><path><editType>edit</editType><file>additional-material/db/letta-mysql.test.sql</file></path><path><editType>add</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/util/HttpParamProducer.java</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/UserPageBean.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/lettab/service/MailEJB.java</file></path><path><editType>edit</editType><file>additional-material/db/letta-mysql.full.sql</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/lettab/service/MailEJBTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events1.xml</file></path><path><editType>edit</editType><file>jsf/src/main/resources/languages/messages_en.properties</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/eventsAssist.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/userEventAssist.xml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/IndexPageBean.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/lettab/service/UserEJB.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/findEvents.xml</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/lettab/service/UserEJBTest.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/confirm.xhtml</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/lettab/service/exception/UserAlreadyActiveException.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/users1.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-with-users.xml</file></path><path><editType>add</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/util/HttpParam.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events4.xml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/lettab/domain/User.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ansousa</absoluteUrl><fullName>ansousa</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20B/es.uvigo.esei.dgss.teamb.letta$dgss1617-letta-teamb-jsf/112/mavenArtifacts/</url></mavenArtifacts></mavenBuild>