Hi,
I'm having a problem. For example:
- One user "A" start a explicit transaction;
- Another user "B" start a explicit transaction, make changes and commit the transaction.
- The user "A", do a rollback.
- Then, the changes of "B" are rollback too.

The system is using AtomsFramework in Web.
I know about framework uses only one physical transaction and virtual transactions.

Is there any sugestion?