Are you using a transaction aware resource (i.e. a datasource) for doing the inserts? You
can configure a datasource and obtain a connection from that and do your JDBC operations.
The datasource will be enrolled in the transaction by the bean and if there is any
exception, then the changes will be rolled back.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092053#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...