<mavenBuild _class='hudson.maven.MavenBuild'><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><attachedArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.3.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>jsf-0.3.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>f823c5a8f34fcfb3945c6f476ed50133</md5sum><type>java-source</type><version>0.3.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.3.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>jsf-0.3.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>2a879a529e24c73a264d4b67f7e1883d</md5sum><type>javadoc</type><version>0.3.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.3.0-SNAPSHOT.war</canonicalName><fileName>jsf-0.3.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>0b9f83fb3819a14704558c6786556c1d</md5sum><type>war</type><version>0.3.0-SNAPSHOT</version></mainArtifact><parent><number>257</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$jsf/257/</url></parent><pomArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.3.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>8a9d926df89b451694507fb12676d08d</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$jsf/257/mavenArtifacts/</url></action><action></action><artifact><displayPath>jsf-0.3.0-SNAPSHOT-javadoc.jar</displayPath><fileName>jsf-0.3.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.3.0-SNAPSHOT/jsf-0.3.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>jsf-0.3.0-SNAPSHOT-sources.jar</displayPath><fileName>jsf-0.3.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.3.0-SNAPSHOT/jsf-0.3.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>jsf-0.3.0-SNAPSHOT.pom</displayPath><fileName>jsf-0.3.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.3.0-SNAPSHOT/jsf-0.3.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>jsf-0.3.0-SNAPSHOT.war</displayPath><fileName>jsf-0.3.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.3.0-SNAPSHOT/jsf-0.3.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#257</displayName><duration>8502</duration><estimatedDuration>10145</estimatedDuration><fullDisplayName>LETTA » JSF #257</fullDisplayName><id>257</id><keepLog>false</keepLog><number>257</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1463954170676</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$jsf/257/</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>6fb99fe1b418e3683b7eb81f769a58fa66a809ef</commitId><timestamp>1463953915000</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-22 23:51:55 +0200</date><id>6fb99fe1b418e3683b7eb81f769a58fa66a809ef</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/ModifyEventController.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/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.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>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>jsf</artifactId><canonicalName>jsf-0.3.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>jsf-0.3.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>f823c5a8f34fcfb3945c6f476ed50133</md5sum><type>java-source</type><version>0.3.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.3.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>jsf-0.3.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>2a879a529e24c73a264d4b67f7e1883d</md5sum><type>javadoc</type><version>0.3.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.3.0-SNAPSHOT.war</canonicalName><fileName>jsf-0.3.0-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>0b9f83fb3819a14704558c6786556c1d</md5sum><type>war</type><version>0.3.0-SNAPSHOT</version></mainArtifact><parent><number>257</number><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$jsf/257/</url></parent><pomArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.3.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>8a9d926df89b451694507fb12676d08d</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$jsf/257/mavenArtifacts/</url></mavenArtifacts></mavenBuild>