<mavenAggregatedArtifactRecord _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'><moduleRecord><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>domain-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>5b59325d7e82e1633426f24f2043386b</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>domain-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>ec95b13b241edabde8d14fc50d300089</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT.jar</canonicalName><fileName>domain-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>743313375edc24c040eaa19bf49c85e5</md5sum><type>jar</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>68</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/158/mavenArtifacts/</url></action><action></action><artifact><displayPath>domain-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>domain-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>domain-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>domain-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>domain-0.2.0-SNAPSHOT.jar</displayPath><fileName>domain-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>domain-0.2.0-SNAPSHOT.pom</displayPath><fileName>domain-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.2.0-SNAPSHOT/domain-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#158</displayName><duration>20680</duration><estimatedDuration>27522</estimatedDuration><fullDisplayName>LETTA » Domain #158</fullDisplayName><id>158</id><keepLog>false</keepLog><number>158</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1450168871821</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/158/</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>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-five.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>additional-material/db/letta.test.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/events.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/new-event.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-twenty.xml</affectedPath><affectedPath>additional-material/db/letta.full.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java</affectedPath><commitId>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</commitId><timestamp>1450168812000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></author><authorEmail>jacasanova@esei.uvigo.es</authorEmail><comment>tsk58-59 Adds the attribute cancelled to Event
Modifies Event to include the attribute cancelled. Modifies EventEJB to
support the new attribute and includes the new exception
EventIsCancelledException (now an User can't join a cancelled Event and
a cancelled Event will not appear in a search). Modifies Tests to
support the new attribute. Modifies Datasets to support the new
attribute. Modifies DB (sql) to support the new attribute.
</comment><date>2015-12-15 09:40:12 +0100</date><id>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</id><msg>tsk58-59 Adds the attribute cancelled to Event</msg><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/new-event.xml</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>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.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>tests/src/main/resources/datasets/events-less-than-twenty.xml</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java</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>tests/src/main/resources/datasets/events.xml</file></path><path><editType>edit</editType><file>additional-material/db/letta.full.sql</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-less-than-five.xml</file></path><path><editType>edit</editType><file>additional-material/db/letta.test.sql</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/158/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>domain</artifactId><canonicalName>domain-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>910e691853e753f4ed7be0c3e3dd5edc</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/158/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>ear</artifactId><canonicalName>ear-0.2.0-SNAPSHOT.ear</canonicalName><fileName>letta-0.2.0-SNAPSHOT.ear</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>69847e283e867b2ac36a3e28bebef8fe</md5sum><type>ear</type><version>0.2.0-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/158/mavenArtifacts/</url></action><action></action><artifact><displayPath>ear-0.2.0-SNAPSHOT.ear</displayPath><fileName>ear-0.2.0-SNAPSHOT.ear</fileName><relativePath>es.uvigo.esei.dgss.letta/ear/0.2.0-SNAPSHOT/ear-0.2.0-SNAPSHOT.ear</relativePath></artifact><artifact><displayPath>ear-0.2.0-SNAPSHOT.pom</displayPath><fileName>ear-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/ear/0.2.0-SNAPSHOT/ear-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#158</displayName><duration>2968</duration><estimatedDuration>5801</estimatedDuration><fullDisplayName>LETTA » EAR #158</fullDisplayName><id>158</id><keepLog>false</keepLog><number>158</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1450168871830</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$ear/158/</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/158/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>ear</artifactId><canonicalName>ear-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>d766aa9aa359e280c9411d8793922196</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$ear/158/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>jsf-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>0eaaced9863950c00e372f9e3f56b0a4</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>jsf-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>fc5e9243685642b6f1fca1f6b85800c0</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.2.0-SNAPSHOT.war</canonicalName><fileName>jsf-0.2.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>199429427d3ebfd1f7a98f573d3b3212</md5sum><type>war</type><version>0.2.0-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$jsf/158/mavenArtifacts/</url></action><action></action><artifact><displayPath>jsf-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>jsf-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.2.0-SNAPSHOT/jsf-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>jsf-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>jsf-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.2.0-SNAPSHOT/jsf-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>jsf-0.2.0-SNAPSHOT.pom</displayPath><fileName>jsf-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.2.0-SNAPSHOT/jsf-0.2.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>jsf-0.2.0-SNAPSHOT.war</displayPath><fileName>jsf-0.2.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.2.0-SNAPSHOT/jsf-0.2.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#158</displayName><duration>5430</duration><estimatedDuration>10145</estimatedDuration><fullDisplayName>LETTA » JSF #158</fullDisplayName><id>158</id><keepLog>false</keepLog><number>158</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1450168871828</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$jsf/158/</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$jsf/158/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>94dca95c906c0da44ce59863b9f396e5</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$jsf/158/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>letta</artifactId><canonicalName>letta-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>142d01136c2559511727fa5ebd3a00ae</md5sum><type>pom</type><version>0.2.0-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/158/mavenArtifacts/</url></action><action></action><artifact><displayPath>letta-0.2.0-SNAPSHOT.pom</displayPath><fileName>letta-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/letta/0.2.0-SNAPSHOT/letta-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#158</displayName><duration>6558</duration><estimatedDuration>15879</estimatedDuration><fullDisplayName>LETTA » Sample #158</fullDisplayName><id>158</id><keepLog>false</keepLog><number>158</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1450168871818</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$letta/158/</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>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-five.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>additional-material/db/letta.test.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/events.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/new-event.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-twenty.xml</affectedPath><affectedPath>additional-material/db/letta.full.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java</affectedPath><commitId>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</commitId><timestamp>1450168812000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></author><authorEmail>jacasanova@esei.uvigo.es</authorEmail><comment>tsk58-59 Adds the attribute cancelled to Event
Modifies Event to include the attribute cancelled. Modifies EventEJB to
support the new attribute and includes the new exception
EventIsCancelledException (now an User can't join a cancelled Event and
a cancelled Event will not appear in a search). Modifies Tests to
support the new attribute. Modifies Datasets to support the new
attribute. Modifies DB (sql) to support the new attribute.
</comment><date>2015-12-15 09:40:12 +0100</date><id>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</id><msg>tsk58-59 Adds the attribute cancelled to Event</msg><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/new-event.xml</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>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.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>tests/src/main/resources/datasets/events-less-than-twenty.xml</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java</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>tests/src/main/resources/datasets/events.xml</file></path><path><editType>edit</editType><file>additional-material/db/letta.full.sql</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-less-than-five.xml</file></path><path><editType>edit</editType><file>additional-material/db/letta.test.sql</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$letta/158/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>letta</artifactId><canonicalName>letta-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>142d01136c2559511727fa5ebd3a00ae</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$letta/158/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>rest-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>eb7b5fa5a3cf4f3245726d0b8cba1e15</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>rest-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>2cc7edc5e49a90aa1b5efadcdcc729d8</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>rest</artifactId><canonicalName>rest-0.2.0-SNAPSHOT.war</canonicalName><fileName>rest-0.2.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>830bfc7765806cfc72be2d183c4897f6</md5sum><type>war</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>42</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$rest/158/mavenArtifacts/</url></action><action></action><artifact><displayPath>rest-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>rest-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.2.0-SNAPSHOT/rest-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>rest-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>rest-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.2.0-SNAPSHOT/rest-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>rest-0.2.0-SNAPSHOT.pom</displayPath><fileName>rest-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.2.0-SNAPSHOT/rest-0.2.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>rest-0.2.0-SNAPSHOT.war</displayPath><fileName>rest-0.2.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.2.0-SNAPSHOT/rest-0.2.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#158</displayName><duration>66368</duration><estimatedDuration>98014</estimatedDuration><fullDisplayName>LETTA » REST #158</fullDisplayName><id>158</id><keepLog>false</keepLog><number>158</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1450168871826</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/158/</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>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-five.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>additional-material/db/letta.test.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/events.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/new-event.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-twenty.xml</affectedPath><affectedPath>additional-material/db/letta.full.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java</affectedPath><commitId>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</commitId><timestamp>1450168812000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></author><authorEmail>jacasanova@esei.uvigo.es</authorEmail><comment>tsk58-59 Adds the attribute cancelled to Event
Modifies Event to include the attribute cancelled. Modifies EventEJB to
support the new attribute and includes the new exception
EventIsCancelledException (now an User can't join a cancelled Event and
a cancelled Event will not appear in a search). Modifies Tests to
support the new attribute. Modifies Datasets to support the new
attribute. Modifies DB (sql) to support the new attribute.
</comment><date>2015-12-15 09:40:12 +0100</date><id>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</id><msg>tsk58-59 Adds the attribute cancelled to Event</msg><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/new-event.xml</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>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.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>tests/src/main/resources/datasets/events-less-than-twenty.xml</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java</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>tests/src/main/resources/datasets/events.xml</file></path><path><editType>edit</editType><file>additional-material/db/letta.full.sql</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-less-than-five.xml</file></path><path><editType>edit</editType><file>additional-material/db/letta.test.sql</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/158/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>rest</artifactId><canonicalName>rest-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>54d9a4d3c81da14cb050870bba93df03</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/158/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>service</artifactId><canonicalName>service-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>service-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>1605ad638583a0df4fd91d16b629e50e</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>service</artifactId><canonicalName>service-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>service-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>038ee31de382751a2ad309fe65d5e0cc</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>service</artifactId><canonicalName>service-0.2.0-SNAPSHOT.jar</canonicalName><fileName>service-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>15b91688d873f265c17472660241b570</md5sum><type>jar</type><version>0.2.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>45</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/158/mavenArtifacts/</url></action><action></action><artifact><displayPath>service-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>service-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.2.0-SNAPSHOT/service-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>service-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>service-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.2.0-SNAPSHOT/service-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>service-0.2.0-SNAPSHOT.jar</displayPath><fileName>service-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.2.0-SNAPSHOT/service-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>service-0.2.0-SNAPSHOT.pom</displayPath><fileName>service-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.2.0-SNAPSHOT/service-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#158</displayName><duration>78292</duration><estimatedDuration>105919</estimatedDuration><fullDisplayName>LETTA » Service #158</fullDisplayName><id>158</id><keepLog>false</keepLog><number>158</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1450168871824</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/158/</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>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-five.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>additional-material/db/letta.test.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/events.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/new-event.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-twenty.xml</affectedPath><affectedPath>additional-material/db/letta.full.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java</affectedPath><commitId>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</commitId><timestamp>1450168812000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></author><authorEmail>jacasanova@esei.uvigo.es</authorEmail><comment>tsk58-59 Adds the attribute cancelled to Event
Modifies Event to include the attribute cancelled. Modifies EventEJB to
support the new attribute and includes the new exception
EventIsCancelledException (now an User can't join a cancelled Event and
a cancelled Event will not appear in a search). Modifies Tests to
support the new attribute. Modifies Datasets to support the new
attribute. Modifies DB (sql) to support the new attribute.
</comment><date>2015-12-15 09:40:12 +0100</date><id>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</id><msg>tsk58-59 Adds the attribute cancelled to Event</msg><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/new-event.xml</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>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.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>tests/src/main/resources/datasets/events-less-than-twenty.xml</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java</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>tests/src/main/resources/datasets/events.xml</file></path><path><editType>edit</editType><file>additional-material/db/letta.full.sql</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-less-than-five.xml</file></path><path><editType>edit</editType><file>additional-material/db/letta.test.sql</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/158/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>service</artifactId><canonicalName>service-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>673a97377f0dfd537c31e2837021d9ed</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/158/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>tests</artifactId><canonicalName>tests-0.2.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>tests-0.2.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>70a26734436c1cffdcce06d5b408982d</md5sum><type>java-source</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>tests</artifactId><canonicalName>tests-0.2.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>tests-0.2.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>ca76c1923e53af5441fd92d4079e9b48</md5sum><type>javadoc</type><version>0.2.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>tests</artifactId><canonicalName>tests-0.2.0-SNAPSHOT.jar</canonicalName><fileName>tests-0.2.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>25f01ea638bce787731496eccddda19f</md5sum><type>jar</type><version>0.2.0-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/158/mavenArtifacts/</url></action><action></action><artifact><displayPath>tests-0.2.0-SNAPSHOT-javadoc.jar</displayPath><fileName>tests-0.2.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.2.0-SNAPSHOT/tests-0.2.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>tests-0.2.0-SNAPSHOT-sources.jar</displayPath><fileName>tests-0.2.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.2.0-SNAPSHOT/tests-0.2.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>tests-0.2.0-SNAPSHOT.jar</displayPath><fileName>tests-0.2.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.2.0-SNAPSHOT/tests-0.2.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>tests-0.2.0-SNAPSHOT.pom</displayPath><fileName>tests-0.2.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.2.0-SNAPSHOT/tests-0.2.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#158</displayName><duration>5479</duration><estimatedDuration>9632</estimatedDuration><fullDisplayName>LETTA » Tests #158</fullDisplayName><id>158</id><keepLog>false</keepLog><number>158</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1450168871822</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/158/</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>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-five.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>additional-material/db/letta.test.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/events.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/new-event.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/events-less-than-twenty.xml</affectedPath><affectedPath>additional-material/db/letta.full.sql</affectedPath><affectedPath>tests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java</affectedPath><commitId>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</commitId><timestamp>1450168812000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></author><authorEmail>jacasanova@esei.uvigo.es</authorEmail><comment>tsk58-59 Adds the attribute cancelled to Event
Modifies Event to include the attribute cancelled. Modifies EventEJB to
support the new attribute and includes the new exception
EventIsCancelledException (now an User can't join a cancelled Event and
a cancelled Event will not appear in a search). Modifies Tests to
support the new attribute. Modifies Datasets to support the new
attribute. Modifies DB (sql) to support the new attribute.
</comment><date>2015-12-15 09:40:12 +0100</date><id>f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4</id><msg>tsk58-59 Adds the attribute cancelled to Event</msg><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/new-event.xml</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>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.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>tests/src/main/resources/datasets/events-less-than-twenty.xml</file></path><path><editType>add</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java</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>tests/src/main/resources/datasets/events.xml</file></path><path><editType>edit</editType><file>additional-material/db/letta.full.sql</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/events-less-than-five.xml</file></path><path><editType>edit</editType><file>additional-material/db/letta.test.sql</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jacasanova</absoluteUrl><fullName>jacasanova</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/158/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>tests</artifactId><canonicalName>tests-0.2.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>831096597a5fc41691fabfc576c8be57</md5sum><type>pom</type><version>0.2.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/158/mavenArtifacts/</url></moduleRecord></mavenAggregatedArtifactRecord>