Posts by Felipe Jhony • 21 points
1 post
-
1
votes1
answer142
viewsQ: Problem with JPA
Classes and persistence.xml below. The problem is: entityManager is Coming NULL. @ManagedBean(name="pessoaController") @SessionScoped public class PessoaController{ private List<Pessoa>…