<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>46</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>domain-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>e6f259afe808196d5876886d303fc606</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>domain-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>4c8454fd10afe709d5d2b5a52c30e975</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>domain</artifactId><canonicalName>domain-0.0.1-SNAPSHOT.jar</canonicalName><fileName>domain-0.0.1-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>7941ceb6e3711a5dbe36140b058845ef</md5sum><type>jar</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><number>102</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/102/</url></parent><pomArtifact><artifactId>domain</artifactId><canonicalName>domain-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>a3aa0508da73a6dfcaac9f5fe81198ec</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/102/mavenArtifacts/</url></action><action></action><artifact><displayPath>domain-0.0.1-SNAPSHOT-javadoc.jar</displayPath><fileName>domain-0.0.1-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>domain-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>domain-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>domain-0.0.1-SNAPSHOT.jar</displayPath><fileName>domain-0.0.1-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>domain-0.0.1-SNAPSHOT.pom</displayPath><fileName>domain-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>Domain</displayName><duration>14917</duration><estimatedDuration>27522</estimatedDuration><fullDisplayName>LETTA » Domain Domain</fullDisplayName><id>102</id><keepLog>false</keepLog><number>102</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1449168010125</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/102/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</affectedPath><affectedPath>jsf/src/main/webapp/joinEvent.xhtml</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/JoinEventController.java</affectedPath><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java</affectedPath><commitId>191cc8e9fe2da08a1931cc9f9c528c4609ea09a7</commitId><timestamp>1449167193000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></author><authorEmail>mrjato@esei.uvigo.es</authorEmail><comment>tsk14 Solves some inconsistencies in the event join action
The current implementation of the event joining action was inconsistent 
and caused some unexpected results arbitrarily. The main cause was the 
use of forms inside an repeat element in the JSF layer. This 
implementation has been changed and, instead of using a form, a link 
redirects the join request to a new joinEvent.xhtml page, that processes 
the request.
</comment><date>2015-12-03 19:26:33 +0100</date><id>191cc8e9fe2da08a1931cc9f9c528c4609ea09a7</id><msg>tsk14 Solves some inconsistencies in the event join action</msg><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/JoinEventController.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</file></path><path><editType>add</editType><file>jsf/src/main/webapp/joinEvent.xhtml</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><description></description><fullName>Miguel Reboiro-Jato</fullName><id>mrjato</id><property _class='jenkins.security.ApiTokenProperty'></property><property _class='com.cloudbees.plugins.credentials.UserCredentialsProvider$UserCredentialsProperty'></property><property _class='hudson.tasks.Mailer$UserProperty'><address>mrjato@uvigo.es</address></property><property _class='hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty'></property><property _class='jenkins.security.LastGrantedAuthoritiesProperty'></property><property _class='hudson.model.MyViewsProperty'></property><property _class='org.jenkinsci.plugins.displayurlapi.user.PreferredProviderUserProperty'></property><property _class='hudson.model.PaneStatusProperties'></property><property _class='hudson.security.HudsonPrivateSecurityRealm$Details'></property><property _class='org.jenkinsci.main.modules.cli.auth.ssh.UserPropertyImpl'></property><property _class='hudson.search.UserSearchProperty'><insensitiveSearch>false</insensitiveSearch></property></culprit><mavenArtifacts><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>domain-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>e6f259afe808196d5876886d303fc606</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>domain-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>4c8454fd10afe709d5d2b5a52c30e975</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>domain</artifactId><canonicalName>domain-0.0.1-SNAPSHOT.jar</canonicalName><fileName>domain-0.0.1-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>7941ceb6e3711a5dbe36140b058845ef</md5sum><type>jar</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><number>102</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/102/</url></parent><pomArtifact><artifactId>domain</artifactId><canonicalName>domain-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>a3aa0508da73a6dfcaac9f5fe81198ec</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/102/mavenArtifacts/</url></mavenArtifacts></mavenBuild>