<mavenAggregatedArtifactRecord _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'><moduleRecord><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>8a33e5467abf56e3aa62d98e41fa9236</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>4cfb9c69528911166fb0d35bce6ba900</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>3c3b9d917f1149c439f3078e3f93a07f</md5sum><type>jar</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><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'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/93/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>#93</displayName><duration>14661</duration><estimatedDuration>27522</estimatedDuration><fullDisplayName>LETTA » Domain #93</fullDisplayName><id>93</id><keepLog>false</keepLog><number>93</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1448927891729</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/93/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/IndexUiRepeat.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/LoginUserControllerTest.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/anne-joins-event-10.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</affectedPath><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CreateEventController.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/CreateEventForm.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/ConfirmUserControllerTest.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/IndexPage.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/CreateEventControllerTest.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java</affectedPath><commitId>4703fbc188e60dbf452e43255138c3958963c5fd</commitId><timestamp>1448927811000</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>Solves several problems with the tests
The event creation form includes a calendar component for selecting the
event date that was causing test execution blocks. This commit hides
this component by using a little trick (clicking in a previous component
and waiting a few milliseconds).
In addition, the usage of beans.xml and TestPrincipal in 
JoinEventControllerTest was causing an unexpected behaviour, as the
Principal didn't returned "anonymous" when no user where logged. This
test case also had several implementation errors and the LoginPage
class, on which this test case depends, where inconsistent with the HTML
content of the login.xhtml page.
Finally, the EventsDatset has been refactorized to remove several unused 
methods and to add the id to the events.
Despite this changes, there are several elements of this classes that
can be improved.
</comment><date>2015-12-01 00:56:51 +0100</date><id>4703fbc188e60dbf452e43255138c3958963c5fd</id><msg>Solves several problems with the tests</msg><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/CreateEventControllerTest.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/CreateEventForm.java</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CreateEventController.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</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/IndexPage.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/LoginUserControllerTest.java</file></path><path><editType>add</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java</file></path><path><editType>delete</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/IndexUiRepeat.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/anne-joins-event-10.xml</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/ConfirmUserControllerTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/93/mavenArtifacts/</url></mavenArtifacts></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/93/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>ear</artifactId><canonicalName>ear-0.0.1-SNAPSHOT.ear</canonicalName><fileName>letta-0.0.1-SNAPSHOT.ear</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>395481d665a75cd0e7ac19230b5a5438</md5sum><type>ear</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$ear/93/mavenArtifacts/</url></action><action></action><artifact><displayPath>ear-0.0.1-SNAPSHOT.ear</displayPath><fileName>ear-0.0.1-SNAPSHOT.ear</fileName><relativePath>es.uvigo.esei.dgss.letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.ear</relativePath></artifact><artifact><displayPath>ear-0.0.1-SNAPSHOT.pom</displayPath><fileName>ear-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#93</displayName><duration>2723</duration><estimatedDuration>5801</estimatedDuration><fullDisplayName>LETTA » EAR #93</fullDisplayName><id>93</id><keepLog>false</keepLog><number>93</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1448927891735</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$ear/93/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$ear/93/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>ear</artifactId><canonicalName>ear-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>8f04d495463dadf9e22f6a3d2d7c732b</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$ear/93/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>jsf-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>c3aa5d312dcfdf8ac46f73613002fe2c</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>jsf-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>8b264ff40c7d112ae2841ac2245b7298</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.0.1-SNAPSHOT.war</canonicalName><fileName>jsf-0.0.1-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>8b13e97fbbc79cddbd77c9334f343f15</md5sum><type>war</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>26</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$jsf/93/mavenArtifacts/</url></action><action></action><artifact><displayPath>jsf-0.0.1-SNAPSHOT-javadoc.jar</displayPath><fileName>jsf-0.0.1-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>jsf-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>jsf-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>jsf-0.0.1-SNAPSHOT.pom</displayPath><fileName>jsf-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>jsf-0.0.1-SNAPSHOT.war</displayPath><fileName>jsf-0.0.1-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#93</displayName><duration>205862</duration><estimatedDuration>10145</estimatedDuration><fullDisplayName>LETTA » JSF #93</fullDisplayName><id>93</id><keepLog>false</keepLog><number>93</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1448927891733</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$jsf/93/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/IndexUiRepeat.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/LoginUserControllerTest.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/anne-joins-event-10.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</affectedPath><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CreateEventController.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/CreateEventForm.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/ConfirmUserControllerTest.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/IndexPage.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/CreateEventControllerTest.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java</affectedPath><commitId>4703fbc188e60dbf452e43255138c3958963c5fd</commitId><timestamp>1448927811000</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>Solves several problems with the tests
The event creation form includes a calendar component for selecting the
event date that was causing test execution blocks. This commit hides
this component by using a little trick (clicking in a previous component
and waiting a few milliseconds).
In addition, the usage of beans.xml and TestPrincipal in 
JoinEventControllerTest was causing an unexpected behaviour, as the
Principal didn't returned "anonymous" when no user where logged. This
test case also had several implementation errors and the LoginPage
class, on which this test case depends, where inconsistent with the HTML
content of the login.xhtml page.
Finally, the EventsDatset has been refactorized to remove several unused 
methods and to add the id to the events.
Despite this changes, there are several elements of this classes that
can be improved.
</comment><date>2015-12-01 00:56:51 +0100</date><id>4703fbc188e60dbf452e43255138c3958963c5fd</id><msg>Solves several problems with the tests</msg><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/CreateEventControllerTest.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/CreateEventForm.java</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CreateEventController.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</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/IndexPage.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/LoginUserControllerTest.java</file></path><path><editType>add</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java</file></path><path><editType>delete</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/IndexUiRepeat.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/anne-joins-event-10.xml</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/ConfirmUserControllerTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/test/resources/arquillian.xml</affectedPath><commitId>68466c8407987814cbeff366005b1aa538e2a6f8</commitId><timestamp>1448927833000</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>Increases the Graphene waiting times to 10 seconds
This commit changes the default Arquillian configuration to increase the 
waiting times for Graphene up to 10 seconds. Hopefully, this will avoid 
false negative test results in slow computers.
</comment><date>2015-12-01 00:57:13 +0100</date><id>68466c8407987814cbeff366005b1aa538e2a6f8</id><msg>Increases the Graphene waiting times to 10 seconds</msg><path><editType>edit</editType><file>jsf/src/test/resources/arquillian.xml</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$jsf/93/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>4f1dbaf391b1c0345be19ec702e66846</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$jsf/93/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>letta</artifactId><canonicalName>letta-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>7e548cc6b1e85355340097c0321dd7b2</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$letta/93/mavenArtifacts/</url></action><action></action><artifact><displayPath>letta-0.0.1-SNAPSHOT.pom</displayPath><fileName>letta-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#93</displayName><duration>7181</duration><estimatedDuration>15879</estimatedDuration><fullDisplayName>LETTA » Sample #93</fullDisplayName><id>93</id><keepLog>false</keepLog><number>93</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1448927891728</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$letta/93/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$letta/93/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>letta</artifactId><canonicalName>letta-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>7e548cc6b1e85355340097c0321dd7b2</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$letta/93/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>rest-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>d55fdd1812031b47e1a72053dc75fe1e</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>rest</artifactId><canonicalName>rest-0.0.1-SNAPSHOT.war</canonicalName><fileName>rest-0.0.1-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>808df4608d2dcd0765ca99602d282232</md5sum><type>war</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/93/mavenArtifacts/</url></action><action></action><artifact><displayPath>rest-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>rest-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>rest-0.0.1-SNAPSHOT.pom</displayPath><fileName>rest-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>rest-0.0.1-SNAPSHOT.war</displayPath><fileName>rest-0.0.1-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#93</displayName><duration>2520</duration><estimatedDuration>98014</estimatedDuration><fullDisplayName>LETTA » REST #93</fullDisplayName><id>93</id><keepLog>false</keepLog><number>93</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1448927891732</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/93/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/93/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>rest</artifactId><canonicalName>rest-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>22c489f3c730a7cf70a9b33c59532db7</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$rest/93/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>service-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>faac0af420be0a7e3fc16cac7632f237</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>service-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>fef7d0ecf3d00c3e8851ac80699bb53d</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT.jar</canonicalName><fileName>service-0.0.1-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>4664022ce83a1a514f2af729d897996e</md5sum><type>jar</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>23</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/93/mavenArtifacts/</url></action><action></action><artifact><displayPath>service-0.0.1-SNAPSHOT-javadoc.jar</displayPath><fileName>service-0.0.1-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>service-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>service-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>service-0.0.1-SNAPSHOT.jar</displayPath><fileName>service-0.0.1-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>service-0.0.1-SNAPSHOT.pom</displayPath><fileName>service-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#93</displayName><duration>69712</duration><estimatedDuration>105919</estimatedDuration><fullDisplayName>LETTA » Service #93</fullDisplayName><id>93</id><keepLog>false</keepLog><number>93</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1448927891731</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/93/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/93/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>668b1c365d4cbfebd23ca9fc3f420e88</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$service/93/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>tests-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>234dfdc9a25b720d550533b7064d4379</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>tests-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>df07d7963a4a9ac7dbf904a761058edb</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT.jar</canonicalName><fileName>tests-0.0.1-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>fde0a0b68231e6a5c9c535b3e1d667fc</md5sum><type>jar</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/93/mavenArtifacts/</url></action><action></action><artifact><displayPath>tests-0.0.1-SNAPSHOT-javadoc.jar</displayPath><fileName>tests-0.0.1-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>tests-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>tests-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>tests-0.0.1-SNAPSHOT.jar</displayPath><fileName>tests-0.0.1-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>tests-0.0.1-SNAPSHOT.pom</displayPath><fileName>tests-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#93</displayName><duration>8701</duration><estimatedDuration>9632</estimatedDuration><fullDisplayName>LETTA » Tests #93</fullDisplayName><id>93</id><keepLog>false</keepLog><number>93</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1448927891730</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/93/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/IndexUiRepeat.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/LoginUserControllerTest.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/anne-joins-event-10.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</affectedPath><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CreateEventController.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/CreateEventForm.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/ConfirmUserControllerTest.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/IndexPage.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/CreateEventControllerTest.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java</affectedPath><commitId>4703fbc188e60dbf452e43255138c3958963c5fd</commitId><timestamp>1448927811000</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>Solves several problems with the tests
The event creation form includes a calendar component for selecting the
event date that was causing test execution blocks. This commit hides
this component by using a little trick (clicking in a previous component
and waiting a few milliseconds).
In addition, the usage of beans.xml and TestPrincipal in 
JoinEventControllerTest was causing an unexpected behaviour, as the
Principal didn't returned "anonymous" when no user where logged. This
test case also had several implementation errors and the LoginPage
class, on which this test case depends, where inconsistent with the HTML
content of the login.xhtml page.
Finally, the EventsDatset has been refactorized to remove several unused 
methods and to add the id to the events.
Despite this changes, there are several elements of this classes that
can be improved.
</comment><date>2015-12-01 00:56:51 +0100</date><id>4703fbc188e60dbf452e43255138c3958963c5fd</id><msg>Solves several problems with the tests</msg><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/CreateEventControllerTest.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/CreateEventForm.java</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/CreateEventController.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</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/IndexPage.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/LoginUserControllerTest.java</file></path><path><editType>add</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java</file></path><path><editType>delete</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/IndexUiRepeat.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/anne-joins-event-10.xml</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/ConfirmUserControllerTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/93/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>59ee2a271afc954ee7d4cf1b03903eb9</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$tests/93/mavenArtifacts/</url></moduleRecord></mavenAggregatedArtifactRecord>