Hellow
I'm using
Castle's NHibernateIntegration Facility to work with NHibernate. It allows me to define more than one SessionFactory configuration and many more....
It has its own xml configuration, so i do not need to have NH configuration section in app.config (so Environment.Properties Hashtable is empty!). It reads the configuration, creates Configuration object and builds session factory based on it. Everything works fine with one exception - CommandTimeout settings. This value is copied to SessionFactory's Settings class but it is never used! Only place where CommandTimeout of newly created IDbCommand is set is in DriverBase.GenerateCommand and the value is read from Environment.Properties ......which is empty in my case....
So my questions is: It is intention that CommandTimeout configuration value is global, same for all SessionFactories even that it is present on SessionFactory Settings class ?
Thanx
Liwoj
Hibernate version: 1.0.2.0