Fabio Maulo,

My project was running with this config file and nh 2.0.1 like a
charm. It works no more with nh 2.1.0.

So, as far as I've understood, I need one of those new dll to make it
work with nh 2.1.0:
NHibernate.ByteCode.LinFu.dll
NHibernate.ByteCode.Castle.dll

Why do we need to use these two lines:
      <property name="connection.isolation">ReadCommitted</property>
      <property
name="proxyfactory.factory_class">NHibernate.ByteCode.LinFu.ProxyFactoryFactory,
NHibernate.ByteCode.LinFu</property>

instead of this old code:
      <property
name="connection.provider">NHibernate.Connection.DriverConnectionProvider</
property>
      <property
name="connection.driver_class">NHibernate.Driver.SqlClientDriver</
property>
?

I don't need lazy loading and NHibernate.ByteCode.LinFu.dll seems to
be required only when using lazy loading, isn't it ?
--~--~---------~--~----~------------~-------~--~----~
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