t has something to do with your mysql settings. have
you tried using hsqldb? does your problem still occur?
g,
kris
Kejo Starosta
26.02.2009 08:34
Bitte antworten an
"Tapestry users"
An
users@tapestry.apache.org
Kopie
Thema
Trouble with Transactions in tapestry-hibernate
Hi!
I've a problem with the rollback of transactions on tapestry-hibernate.
I use Typestry 5.0.18 with MySql on the backend. If make 80 Inserts and
I try to rollback the transaction with HibernateSessionManager.abort()
nothing happens, everything is committed and stored into the database.
Yeste