SuccessChanges

Summary

  1. Error fix in UserEJB, Standalone.xml and Mailer files (details)
Commit 2e3666a8ebfb772ca70a97e53f8f2bc62ec749cc by jacasanova
Error fix in UserEJB, Standalone.xml and Mailer files
Modifies the value of the version of javamailer from 2.0 to 1.0 in
standalone.xml Removed the function findUserByEmail and added function
findUserInRegistration Added @Local annotation to the Mailer interface
Modified DefaultMailer due to an invalid state of the
HttpServletRequest(null)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/DefaultMailerEJB.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/Mailer.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java
The file was modifiedadditional-material/wildfly/standalone.xml