0
Good afternoon I am making a registration with JSF , and when I try to save the user in the bank happens this error , however I already added all jars in the folder lib Tomcat , and it has been verified that there is no jar equal or with different version to not give conflict, I did the test with the persistence class and get creates employee table, so I guess that’s not the problem.
Vc configured the context of this application?
– Macario1983
amigo so configured persistence.xml , with data for database connection, pom.xml with dependencies and web.xml
– Neto
to complement also configured the environment variables to run the Tomcat , ta working , calls the page normally , error happens when I click the button to save
– Neto