Skip to content

Remove final method declaration in EJBs

In RegisterUserServiceImpl: Remove final method declaration. It leads to a method not found exception on certain environments. Also remove final from other methods which are used in EJB implementations.