FailedChanges

Summary

  1. Adds a controller and a JSF page to list events that a current user is (details)
Commit ae5611bf5142c05d0820f93aff4116c9e4d8ffb8 by bcgonzalez3
Adds a controller and a JSF page to list events that a current user is
joined.
Modifies the EJB to sort the results and add paginated Modifies the
EJBTest to run with the new parameters added to the fuction.
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/ListJoinedEventsController.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java (diff)
The file was addedjsf/src/main/webapp/listJoinedEvents.xhtml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java (diff)