http://nhforge.org/doc/nh/en/index.html

Documentation Error: Section 3.5 - Table 3.2 -
transaction.factory_class

"The classname of a custom ITransactionFactory implementation,
defaults to the built-in AdoNetTransactionFactory."

However, according to the source code:

\NHibernate-3.1.0.GA-src\src\NHibernate\Cfg\SettingsFactory.cs
Line 357:

string className = PropertiesHelper.GetString(
                                Environment.TransactionStrategy, properties,
typeof(AdoNetWithDistributedTransactionFactory).FullName);


The built-in defaults to "AdoNetWithDistributedTransactionFactory" not
"AdoNetTransactionFactory".

-Brian

-- 
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