Couple of things to check:
* Are you using a transaction-aware table type in MySQL? For instance, MyISAM is not,
InnoDB is.
* Is MySQL set to auto-commit? Must not be.
Hope one of these might help you out.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073543#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...