You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UserService that gets injected into DuplicateEmailValidator is null and the call userService.findByEmail throws a NPE when trying to create a new user account. This seems to be related to https://github.com/javaserverfaces/mojarra/issues/4245
The
UserService
that gets injected intoDuplicateEmailValidator
is null and the calluserService.findByEmail
throws a NPE when trying to create a new user account. This seems to be related to https://github.com/javaserverfaces/mojarra/issues/4245Wildfly 12
Oracle JDK 9
Mojarra 2.3.3.SP1
Workaround:
@FacesValidator(value="duplicateEmailValidator", managed = true)
The text was updated successfully, but these errors were encountered: