Does your database support transactions? MySQL MyISAM tables for example don't and you
would see that kind of behavior. Use InnoDB instead (or any other transaction-capable
DB).
Georges
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126112#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...