"scottlong" wrote : Thanks very much Adrian. | | If i might ask one more question... regarding: anonymous wrote : the remote connection does not take part in any transaction context established on the client | ... does this mean that even direct calls to Connection.commit() and Connection.rollback(), or possibly Connection.setAutoCommit() might not be propagated to the "real" JDBC connection held in JBoss? Or is the transaction context that the client cannot take part in limited to true "JTA" type transactions, UserTransaction, etc.? |
Those work. That's a JDBC local transaction, not an "implicit"/contextual JTA transaction like the UserTransaction. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036446#4036446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036446 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
