Not builtChanges

Summary

  1. tsk97 Adds generation of notifications when an event is cancelled or (details)
Commit ea18d33673a30ab5c6ea05ccdbffb15b1d62c559 by afnandin
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.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/ModifyEventController.java
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/AdminController.java
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/AdminEventsController.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java