I am doing this tutorial on Hibernate: https://netbeans.org/kb/docs/web/hibernate-webapp.html
My issue: After I am done with the instructions and run the project, I get Hibernate Error: "Severe: org.hibernate.TransactionException: nested transactions not supported"
I tried "tx.commit();" to close the transaction but that didn't change anything.
question: why did it work when the tutorial people wrote the instructions but not working now? and how to get it to work?