ayld / multiverse

Automatically exported from code.google.com/p/multiverse
Other
0 stars 0 forks source link

Support nested transactions #130

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Like the title says, support for nested transactions.

The simplest approach would be to support only the 'Supported' transaction
level. So if no transaction is there, create a new one. If there already is
a transaction, use that transaction. The inner template should ofcourse not
stop the outer transaction. 

Nested transaction with a variable depth would be easy to fix with this
approach.

Original issue reported on code.google.com by alarmnum...@gmail.com on 22 May 2009 at 5:46