Not in general, from the jca 1.5 spec: anonymous wrote : | 7.13.1.1 Auto Commit | | When a connection is in an auto-commit mode, an operation on the connection automatically commits after it has been executed. The auto-commit mode must be off if multiple interactions have to be grouped in a single transaction, either local or XA, and committed or rolled back as a unit. A resource adapter must manage the auto-commit mode as follows: | | o A transactional resource adapter, either at XATransaction or LocalTransaction level, must set the auto-commit mode to false within a transaction, either local or XA, on a connection participating in the transaction. This requirement holds for both container-managed and bean-managed transaction demarcation. | o A transactional resource adapter must set the auto-commit mode to true, on connections that are used outside a transaction. |
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875203#3875203 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875203 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
