SuccessChanges

Summary

  1. tsk80 Creates control messages/exceptions (details)
Commit a1a4c300b3e83f9a7ab95410d2ff1c9cc38565ff by pvfernandez
tsk80 Creates control messages/exceptions
Changes the name of findEvent() to findEvents() Creates a new own
exception SearchNotFoundException to the findEvents method and creates
the appropriate view and modifies all the associate files Modifies the
exception of createUser() in UserEJB Adds javadoc to the method
cancelEvent() in EventEJB
The file was addedjsf/src/main/webapp/searchNotFound.xhtml
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/lettab/service/UserEJBTest.java
The file was modifiedjsf/src/main/resources/languages/messages_es.properties
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/lettab/service/MailEJB.java
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/lettab/jsf/view/SearchPageBean.java
The file was modifiedjsf/src/main/resources/languages/messages_en.properties
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/lettab/service/EventEJB.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/lettab/service/EventEJBTest.java
The file was addedservice/src/main/java/es/uvigo/esei/dgss/lettab/service/exception/SearchNotFoundException.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/lettab/service/UserEJB.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/lettab/domain/User.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/lettab/rest/EventREST.java