Posts by Reginaldo • 71 points
2 posts
-
6
votes3
answers720
viewsQ: Nullpointerexception Java JPA CDI Tomcat
Good afternoon guys. I am developing a Java test application with JPA, CDI and Tomcat. I created a basic test class and am getting the following error. Erro: Exception in thread "main"…
-
1
votes2
answers717
viewsQ: JPA error with Wildfly - No Persistence Provider for Entitymanager named Project
Hello! I am creating a very simple test application using JPA, Wildfly as application server and Oracle Database 11g Express Edition as database. The purpose of the Test class is to execute a People…