Tagged Questions

1
vote
1answer
779 views

Rhino UnitOfWorkApplication + Castle Automatic Transaction Management application does not flush automatically on request end

I'm building ASP.Net MVC aplication based on UnitOfWorkApplication and I'd like to use Castle ATM facility. At the moment I've problem with flushing the session on request end. My service class (which ...
0
votes
0answers
108 views

How To Setup Rhino Commons Nhibernate for a Multiple DataBase Connection?

I want to setup a multible Databases using NHibernate Rhino Commons library, i stooped at the point where Windsor is trying to initialize MultipleNHibernateUnitOfWorkFacility Facility but it cant ...
0
votes
1answer
406 views

Is it possible to use Rhino.Commons.HttpModules.UnitOfWorkApplication in ASP.NET 3.5 (not MVC)?

I tried to find tutorials/articles on using UnitOfWorkApplication in ASP.NET (not MVC). But all information I can find is about how to use it in ASP.NET MVC. Does it mean that it is not possible to ...