SuccessChanges

Summary

  1. Fixes the message generation in the EventAlreadyJoinedException class (details)
  2. tsk14 Solves some inconsistencies in the event join action (details)
Commit 4938ed36b399642b1083790a738a85834d8e118d by Miguel Reboiro-Jato
Fixes the message generation in the EventAlreadyJoinedException class
The message in the EventAlreadyJoinedException was intended to contain
the user's login and the message's id, but it wasn't. This commit fixes
this problem, changing the formatting method employed.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventAlredyJoinedException.java
Commit 191cc8e9fe2da08a1931cc9f9c528c4609ea09a7 by Miguel Reboiro-Jato
tsk14 Solves some inconsistencies in the event join action
The current implementation of the event joining action was inconsistent
and caused some unexpected results arbitrarily. The main cause was the
use of forms inside an repeat element in the JSF layer. This
implementation has been changed and, instead of using a form, a link
redirects the join request to a new joinEvent.xhtml page, that processes
the request.
The file was addedjsf/src/main/webapp/joinEvent.xhtml
The file was modifiedjsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java
The file was modifiedjsf/src/main/webapp/index.xhtml
The file was modifiedjsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.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/JoinEventController.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java