UnstableChanges

Summary

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