SuccessChanges

Summary

  1. tsk94 Adds support for Notifications (details)
Commit a0d23c89a3e51d827bc7c9280d7bb361178a3d8e by jacasanova
tsk94 Adds support for Notifications
Modifies Notification. Adds NotificationId and UserNotifications.
Updates the DB (full and test) to include the new tables. Modifies
EventEJBTest to include a missing test to check  the function
getCapitals of EventEJB. Adds datasets notifications.xml
user-notifications.xml and capitals.xml. Updates cleanup.sql script.
Modifies User to include a missing javadoc (city). Updates
persistence.xml (jsf and rest) to include the new entities.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java
The file was addedtests/src/main/resources/datasets/user-notifications.xml
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/UserNotifications.java
The file was modifiedadditional-material/db/letta.full.sql
The file was modifiedrest/src/main/resources/META-INF/persistence.xml
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/NotificationId.java
The file was modifiedtests/src/main/resources/scripts/cleanup.sql
The file was modifiedadditional-material/db/letta.test.sql
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Notification.java
The file was addedtests/src/main/resources/datasets/capitals.xml
The file was addedtests/src/main/resources/datasets/notifications.xml
The file was modifiedjsf/src/main/resources/META-INF/persistence.xml