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 addeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/NotificationId.java (diff)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was addedtests/src/main/resources/datasets/capitals.xml (diff)
The file was modifiedjsf/src/main/resources/META-INF/persistence.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java (diff)
The file was modifiedadditional-material/db/letta.test.sql (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/UserNotifications.java (diff)
The file was modifiedadditional-material/db/letta.full.sql (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Notification.java (diff)
The file was addedtests/src/main/resources/datasets/notifications.xml (diff)
The file was addedtests/src/main/resources/datasets/user-notifications.xml (diff)
The file was modifiedrest/src/main/resources/META-INF/persistence.xml (diff)