Posts by Jamilson Junior • 3 points
3 posts
-
0
votes2
answers383
viewsQ: Why can’t I erase an object with Hibernate?
I have on a screen a process table and want to delete one of them. This is a piece of mine datatable: <p:column headerText="Excluir" style="width:68px"> <p:commandButton…
-
0
votes1
answer206
viewsA: Error saving to bank (Unable to build Entity manager Factory)
Following this answer I was able to solve the problem. Just add the following dependency to my pom.xml: <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api --> <dependency>…
-
0
votes1
answer206
viewsQ: Error saving to bank (Unable to build Entity manager Factory)
I am trying to implement a register but when clicking on the button to save the following error appears in the console: dez 18, 2017 3:49:14 PM org.hibernate.ejb.HibernatePersistence logDeprecation…