Currently there is a big discrepancy between the documentation for some of the methods on org.hibernate.Transaction and the actual code. Specifically the methods isActive(), wasRolledBack() and wasCommitted() explicitly state that they only account for the "local state" of the transaction object, not the underlying transaction.
However, the code explicitly checks the current status of JTA transactions to responded to these methods. We need to fix one or the other. Personally I do not follow the use of these methods too much, so asking for feedback on which way is more useful. -- Steve Ebersole <st...@hibernate.org> http://hibernate.org _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev