<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-tests/114/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss1617-letta-teamb-tests-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss1617-letta-teamb-tests-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamb.letta/dgss1617-letta-teamb-tests/0.2.0-SNAPSHOT/dgss1617-letta-teamb-tests-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teamb-tests-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss1617-letta-teamb-tests-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamb.letta/dgss1617-letta-teamb-tests/0.2.0-SNAPSHOT/dgss1617-letta-teamb-tests-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teamb-tests-0.2.0-SNAPSHOT.jar</displayPath><fileName>dgss1617-letta-teamb-tests-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamb.letta/dgss1617-letta-teamb-tests/0.2.0-SNAPSHOT/dgss1617-letta-teamb-tests-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss1617-letta-teamb-tests-0.2.0-SNAPSHOT.pom</displayPath><fileName>dgss1617-letta-teamb-tests-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamb.letta/dgss1617-letta-teamb-tests/0.2.0-SNAPSHOT/dgss1617-letta-teamb-tests-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#114</displayName><duration>10508</duration><estimatedDuration>9102</estimatedDuration><fullDisplayName>LETTA 1617 Team B » Tests #114</fullDisplayName><id>114</id><keepLog>false</keepLog><number>114</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1482502872119</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20B/es.uvigo.esei.dgss.teamb.letta$dgss1617-letta-teamb-tests/114/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/UserPageBean.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/RegisterPageBean.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/security/LoginBean.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/lettab/domain/Event.java</affectedPath><affectedPath>jsf/src/main/webapp/search.xhtml</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/lettab/service/EventEJB.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/SearchPageBean.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/IndexPageBean.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/lettab/service/EventEJBTest.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/lettab/service/UserEJBTest.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/lettab/domain/User.java</affectedPath><affectedPath>jsf/src/main/webapp/template/common/header.xhtml</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/lettab/domain/EventTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/lettab/domain/datasets/EventsDataset.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/lettab/service/UserEJB.java</affectedPath><affectedPath>jsf/src/main/webapp/user.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/sign-up.xhtml</affectedPath><commitId>63de3ba8ff68705f147a68d8f8b2a2185dfb5227</commitId><timestamp>1482501996000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/doambroa</absoluteUrl><fullName>doambroa</fullName></author><authorEmail>doambroa@esei.uvigo.es</authorEmail><comment>tsk72 &amp; tsk47 Adds JPA Bean Validation and EJB allowance to cancel
Events
Added bean validators to User and Event entities, as so to backing
beans. Added error messages to validators and his respective call in the
views Created method to cancel events in EJB. Modified and updated all
related methods that lists the events and the ones to register the user
in an event just to disallow. users to register in deleted/inactive
Events. Added  (and commented) test for the cancelEvent method. 
Refactored some code and updated quite some Javadoc
</comment><date>2016-12-23 15:06:36 +0100</date><id>63de3ba8ff68705f147a68d8f8b2a2185dfb5227</id><msg>tsk72 &amp; tsk47 Adds JPA Bean Validation and EJB allowance to cancel</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/lettab/service/UserEJBTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/lettab/domain/datasets/EventsDataset.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/lettab/domain/Event.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/lettab/service/EventEJB.java</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/webapp/user.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/template/common/header.xhtml</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/lettab/domain/EventTest.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/search.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/sign-up.xhtml</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>domain/src/main/java/es/uvigo/esei/dgss/lettab/domain/User.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>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/RegisterPageBean.java</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>jsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/SearchPageBean.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/lettab/service/EventEJBTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/doambroa</absoluteUrl><fullName>doambroa</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-tests/114/mavenArtifacts/</url></mavenArtifacts></mavenBuild>