hello,
I'm trying to conquer an issue where despite having some code that relies on the transaction annotations (@TransactionAttribute, for example) in the actual source to identify/manage code I want to be able to commit en masse or not at all, I am seeing partial commits when the code fails midpoint and causes a rollback.
I've been looking for good examples and detailed explanations of the effect of these annotations so that I can make sure I'm not making assumptions about the behavior that are incorrect. The various bits of documentation regarding the annotations concerns using them in the configuration files exclusively.
if anyone can point me to good documentation I will owe you a beer...
And before anyone asks, I have googled a number of times looking for things but have not found anything adequate or even really useful at a baseline level. I am using JBoss, if that helps...
thank you for any help you can give me!
|