SuccessChanges

Summary

  1. tsk97 Adds generation of notifications when an event is cancelled or (details)
Commit 305c04dca05113d5349ca657d7321030275f8f69 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.
Modifies EventEJBTest to throw Exception, needed by modifyEvent and
cancelEvent.
The file was modifiedtests/src/main/resources/datasets/user-notifications.xml
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/AdminEventsController.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/AdminController.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java