I have generated JSF pages from existing entities, using NetBeans 5.5 and hibernate.In JSF table I can see my result sets from my table debts in PostgreSQL database ,but when I try to edit them or try to delete them I receive message in my browser that " debts are successfully deleted" or "debts are successfully updated". No errors, no exceptions,no errorneous logs in my Sun Application Server 9.
Problem is that my database remains untouched!!
I can't figure out is it a NetBeans problem or is it something with hibernate.One user asked me:"do I use transactions?".
Generated code is starting a transaction and committing it. Please let me know is this have a something with my "bug". here is the code using transactions.