Posts by André Macedo • 1 point
2 posts
-
0
votes1
answer144
viewsA: Javax/persistence/Persistence problem using JPA with CXF
RESOLVED! The program is written perfectly for the proposal but I put the libraries in the wrong place, thus working only locally.
-
0
votes1
answer144
viewsQ: Javax/persistence/Persistence problem using JPA with CXF
I am facing an error when I try to consume a web service that is using JPA(Eclipse-link) to insert data into the database. Classes Entity : @Entity @Table(name = "gato") public class GatoPersistente…