<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.SurefireReport'><failCount>2</failCount><skipCount>0</skipCount><totalCount>154</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.3.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>rest-0.3.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>9dc7b565c1a9e535ccf3c4d933809398</md5sum><type>java-source</type><version>0.3.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.3.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>rest-0.3.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>1deb39c349dd8943a34f859708822e88</md5sum><type>javadoc</type><version>0.3.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>rest</artifactId><canonicalName>rest-0.3.0-SNAPSHOT.war</canonicalName><fileName>rest-0.3.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>17e1b606dfb5fd93269ee970d78e5d13</md5sum><type>war</type><version>0.3.0-SNAPSHOT</version></mainArtifact><parent><number>261</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/261/</url></parent><pomArtifact><artifactId>rest</artifactId><canonicalName>rest-0.3.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>6de80c567681a4c8b51c0cb065dc0084</md5sum><type>pom</type><version>0.3.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/261/mavenArtifacts/</url></action><action></action><action></action><artifact><displayPath>rest-0.3.0-SNAPSHOT-javadoc.jar</displayPath><fileName>rest-0.3.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.3.0-SNAPSHOT/rest-0.3.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>rest-0.3.0-SNAPSHOT-sources.jar</displayPath><fileName>rest-0.3.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.3.0-SNAPSHOT/rest-0.3.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>rest-0.3.0-SNAPSHOT.pom</displayPath><fileName>rest-0.3.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.3.0-SNAPSHOT/rest-0.3.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>rest-0.3.0-SNAPSHOT.war</displayPath><fileName>rest-0.3.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.3.0-SNAPSHOT/rest-0.3.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#261</displayName><duration>88196</duration><estimatedDuration>98014</estimatedDuration><fullDisplayName>LETTA » REST #261</fullDisplayName><id>261</id><keepLog>false</keepLog><number>261</number><queueId>-1</queueId><result>UNSTABLE</result><timestamp>1464558249933</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/261/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/ModifyEventController.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/AdminController.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/AdminEventsController.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java</affectedPath><commitId>3ab0fd93ff1970a0ede06124857e05078cb5719d</commitId><timestamp>1464558264000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/afnandin</absoluteUrl><fullName>afnandin</fullName></author><authorEmail>afnandin@esei.uvigo.es</authorEmail><comment>tsk97 Adds generation of notifications when an event is cancelled or
modified
Modifies EventEJB so that when an event is cancelled or modified, its
attendees receive a notification. It also sends the notification by
email to those attendees who have previously chosen this feature in
their own profile.
Modifies AdminController, AdminEventsController, ModifyEventController,
and EventResource to throw MessagingException, needed by sendEmail.
Modifies EventEJBTest to throw Exception, needed by modifyEvent and
cancelEvent.
</comment><date>2016-05-29 23:44:24 +0200</date><id>3ab0fd93ff1970a0ede06124857e05078cb5719d</id><msg>tsk97 Adds generation of notifications when an event is cancelled or</msg><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/AdminController.java</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/AdminEventsController.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/java/es/uvigo/esei/dgss/letta/jsf/ModifyEventController.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>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/afnandin</absoluteUrl><fullName>afnandin</fullName><id>afnandin</id><property _class='hudson.model.PaneStatusProperties'></property><property _class='jenkins.security.ApiTokenProperty'></property><property _class='com.cloudbees.plugins.credentials.UserCredentialsProvider$UserCredentialsProperty'></property><property _class='hudson.model.MyViewsProperty'></property><property _class='hudson.search.UserSearchProperty'><insensitiveSearch>false</insensitiveSearch></property><property _class='hudson.tasks.Mailer$UserProperty'><address>afnandin@esei.uvigo.es</address></property><property _class='hudson.plugins.emailext.watching.EmailExtWatchAction$UserProperty'></property><property _class='org.jenkinsci.plugins.displayurlapi.user.PreferredProviderUserProperty'></property></culprit><mavenArtifacts><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.3.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>rest-0.3.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>9dc7b565c1a9e535ccf3c4d933809398</md5sum><type>java-source</type><version>0.3.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.3.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>rest-0.3.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>1deb39c349dd8943a34f859708822e88</md5sum><type>javadoc</type><version>0.3.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>rest</artifactId><canonicalName>rest-0.3.0-SNAPSHOT.war</canonicalName><fileName>rest-0.3.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>17e1b606dfb5fd93269ee970d78e5d13</md5sum><type>war</type><version>0.3.0-SNAPSHOT</version></mainArtifact><parent><number>261</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/261/</url></parent><pomArtifact><artifactId>rest</artifactId><canonicalName>rest-0.3.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>6de80c567681a4c8b51c0cb065dc0084</md5sum><type>pom</type><version>0.3.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/261/mavenArtifacts/</url></mavenArtifacts></mavenBuild>