Friends,
I have a system to control productivity of each analyst, I am a beginner and I'm starting with JSP and SERVLET + JPA and I have the following scenario:
I'm trying to register an analyst with a user (user to access the system for a future access control) and an access profile. I already did the classes DAO and Bussines to register in the bank but when trying to register the old and annoying occurs:
java.lang.NullPointerException at br.deivsoft.controller.CatalogAnalystServlet.doPost (RegisterAnalystServlet.java:56)
I would like to know if anyone can take a look, already tried to do in other projects and the same thing happens, please help a beginner rs from ja thank you follow the project in github.
link