Posts by Carlos Eduardo • 21 points
2 posts
-
1
votes1
answer81
viewsA: Remove default message @Pattern JPA
After much headbanging, I finally managed to solve my problem to remove the message. First of all, I noticed that the standard jersey message, as the topic above, appears for any annotation…
-
1
votes1
answer81
viewsQ: Remove default message @Pattern JPA
I need a help from you. I am creating a web service in java using jersey and Ibernate. To validate the fields informed by who calls the service I used for one of the fields the JPA @Pattern…