[jboss-user] [EJB 3.0] - Re: Transaction not rolling back in CONTAINER mode

jaikiran do-not-reply at jboss.com
Fri Oct 5 11:03:27 EDT 2007


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#4092053

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092053



More information about the jboss-user mailing list