Tagged Questions
2
votes
1answer
263 views
Injecting Correct ISessionFactory Into IRepository Using Castle Windsor and NHibernate Facility
I have three SQL Server databases that a single application retrieves data from. I am using NHibernate to retrieve data from the different databases. I have things set up so that each database has ...
1
vote
2answers
342 views
castle nh facility - 2 databases / 2 models / 2 factories
I have asked this on the castle list as i'm using the nh facility but it just dawned on me to ask it here too :)
sorry for the cross posting.
I'm using the nh facility to configure the following ...
0
votes
2answers
88 views
Asp MVC problem configuring application with Windsor and NHibernate
Im having issues configuring application using windsor, facilities and nhibernate.
Im getting this exception:
ObjectDisposedException: Session is closed
Shouldnt windsor take care of ...
0
votes
3answers
352 views
Problem getting Nhibernate Facility + Update/Save event listeners working
I really can't get this working so i'm hoping someone here can help :)
here is my castle.config:
<castle>
<facilities>
<facility id="nhibernatefaciltity"
...