PDA

View Full Version : Documentation Errata: TxScopeTransactionManager namespace



felipenasc
02-14-2008, 12:03 PM
Hi

I am learning Spring.NET....
when I was reading the docs, there is:



<object id="TransactionManager"
type="Spring.Data.TxScopeTransactionManager, Spring.Data">
</object>


But the correct namespace for 1.1 release is:
Spring.Data.Core.TxScopeTransactionManager

I found that after looing at the source code folder tree.
:-)

Cheers
Felipe

felipenasc
02-14-2008, 12:03 PM
You can find this doc error in:
http://www.springframework.net/doc-latest/reference/html/transaction.html#key-abstractions

Cheers
Felipe