Hi Masters from Hibernate,
I use this source code to init Validator engine:
Code:
...
            ValidatorEngine engine = new ValidatorEngine();
            engine.Configure( ); 
            KS.Global.Validator = engine;
            ValidatorInitializer.Initialize(cfg, engine);
...
           
Problem:  When I commit transactions, I get this message error:
Code:
Method not found: 'NHibernate.Engine.ISessionImplementor NHibernate.Event.AbstractPreDatabaseOperationEvent.get_Source()'.
previously, I did not have this problem with NHIBERNATE 3.3.3GA.  My actual version of NH is 4.0.0GA.
How I fix this problem?   ( My searches in the documentation failed )
Best regards.
dragonavenger