I'm trying out the AutoTx facility. I have it working where I apply the [Transaction] attribute to my class and it works great when I want the transaction to commit if there are no exceptions.
But how do I explicitly get the transaction to roll back without throwing an exception? Where is the transaction context? I would have thought Session.Transaction.Rollback() would work, but it's not the same transaction. Thanks! -Matt -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
