views:

139

answers:

1

May I know whether Spring.Net has built in support for Linq2SQL? Someone on Spring.Net forum mentioned there is a bridge for NHibernate. However, I might not use NHibernate at all. I am looking for direct support for Linq2Sql.

If I am using TxScopeTransactionManager and apply attribute based transaction to a business method which contains two linq2sql calls, will the transaction be a local transaction or escalated to a distributed transaction?

A: 

I was wondering the same thing. I did a quick search here:

http://jira.springframework.org/secure/QuickSearch.jspa

and here:

http://forum.springframework.net/search.php?do=process

and nothing came up. It's not in 1.3, and doesn't seem to be in the roadmap for 2.0.

GeekyMonkey