Hi all,

I have a customer where the system is running on Amazon Web Services.
They already have a running system with NH and MySql. TransactionScope
is not used, since NH transactions is enough to do the job.

The MySql setup is tested, multiple machines and have great uptime.

Now they are trying out RavenDB for some reporting features. They want
to use TransactionScope for transactions.

This is now an issue, since NH or the MySql client throw up with
"Nested transactions are not supported", when BeginTransaction() is
invoked on the ISession object.


Is it a complete no-go with MySql or can we do something to get
TransactionScope working with NH transaction?

I read several times read on this list that NH transaction is needed
for NH internals to work properly, so I don't wont to stop using it.


Cheer!

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" 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/nhusers?hl=en.

Reply via email to