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
@morellik I used @Inject private UserRepository userRepository; declaration as per instructions. But I can only access it inside UserController class not UserData class (DTO object for user registration form). I used the same declaration @Inject private UserRepository userRepository inside UserData class but it returns null pointer exception at the runtime. Please help me resolve this issue.
The text was updated successfully, but these errors were encountered:
@morellik I used @Inject private UserRepository userRepository; declaration as per instructions. But I can only access it inside UserController class not UserData class (DTO object for user registration form). I used the same declaration @Inject private UserRepository userRepository inside UserData class but it returns null pointer exception at the runtime. Please help me resolve this issue.
The text was updated successfully, but these errors were encountered: