Status: New
Owner: ----
New issue 682 by [email protected]: Rollback of nested transaction is not
handled correctly
http://code.google.com/p/google-guice/issues/detail?id=682
When an transaction hits an exception and should trigger a rollback it
might not happen if the transaction is a nested transaction.
It will not happen if either the following is the case.
1. The most transaction does not rollback on this type of exception
2. If some exception handler between the inner and the outer most
transaction swallows the exception.
Attached is a patch containing 3 commits.
1. commit: added unit test to reproduce the issue
2. commit: fix to the issue
3. commit: fixed an old TODO in the code
Attachments:
nestedTransaction.patch 22.5 KB
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" 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/google-guice-dev?hl=en.