Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:2
Mapping documents:any
Code between sessionFactory.openSession() and session.close():n/a
Full stack trace of any exception that occurs:n/a
Name and version of the database you are using:MySQL 4.0.12
The generated SQL (show_sql=true):n/a
Debug level Hibernate log excerpt:n/a
Hello,
I am reading Hibernate in Action. I plan to use the HibernateUtil version as outlined starting on page 301 of the book. I also plan to use the DAO pattern. I like the archtecture of this because the resulting code is clean. However, I have one question, where should I rollback a failed transaction? you suggest to comiton nn a filter
Thanks,
Jamey...