Using the no-tx-datasource means just that, no transactions at the driver level.

To do what you want you need to get the connection, set autocommit to false, do 
your JDBC stuff, and then commit. 

Note, your Spring/Hib transaction configuration are JTA transactions, these are 
different than JDBC level transactions. 




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976069#3976069

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976069
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to