Tagged Questions
The nhibernate-burrow tag has no wiki summary.
5
votes
1answer
293 views
NHibernate.Burrow For Session Management In NH3
I first would like to ask if NHibernate.Burrow works with NHibernate 3.0 (Linq). I would like to use this framework to delegate the complex session handling things to it and just concentrate in the ...
3
votes
1answer
532 views
NHibernate + ASP.NET + Open Session in View + L2Cache
I am using CodeProject's well known Open Session in View to handle NHibernate Sessions. Does it works well with Level 2 Cache? Anyone has succeeded doing it? Should I use NH.Burrow instead? Any advice ...
3
votes
2answers
671 views
FluentNHibernate Session Management in ASP.NET
New to NHibernate(my disclaimer). I came across a similar and interesting article regarding MVC, however, I'm more curious as to what general best practices are for managing NHibernate sessions within ...
1
vote
1answer
437 views
Configuring NHibernate Validator on a Burrow ASP.net Application
I'm looking for the best way to configure NHibernate Validator on a classic ASP.net app that is using NHibernate Burrow to manage NH sessions.
How do I get it to register the interecptors ...
1
vote
2answers
2k views
ASP.Net MVC & NHibernate Burrow & Fluent NHibernate
I am getting the following runtime error in my ASP.Net MVC application:
NHibernate.MappingException: No persister for: MyProject.Model.MyDomainObject
I am referencing the burrow and fluent binaries ...
1
vote
1answer
402 views
Nh.Burrow with WCF
After implementing Nh.Burrow in an asp.net application, I was wondering how to do it for a WCF-service.
My first idea was to put a the BurrowFramework().InitWorkSpace(); in each method and set the ...
1
vote
1answer
2k views
nhibernate burrow and ASP.Net MVC
I using nhibernate burrow for long conversation. I am preparing to migrate project to ASP.NET MVC, but burrow doesn't support MVC.
I trying to change Burrow to work via MVC. But I have no idea what ...
0
votes
1answer
77 views
Mapping nhibernate to several databases that share schema but not data
I have multiple databases that should all be active at the same time. They share schema, but not the data.
AFAIK nhibernate use the class type to know what mapping and database it is connected to, ...
0
votes
1answer
229 views
does nhibernate.burrow work with mvc.net and dot net 4.0 framework
I am thinking of using nHibernate.Burrow in my mvc.net application. However there are several troubling things that I have read and I am hoping to get them sorted out before I embark on the project:
...
0
votes
1answer
445 views
Using Quartz in an Asp.Net MVC environment using NHibernate Burrow
I have a web site running Burrow, and I'd like to use it for Quartz jobs as well.
The thing is that I want them to not share any state. The Quartz jobs is running in each own threads while the Mvc ...
0
votes
2answers
426 views
How to use NHibernate.Burrow with winform/desktop application?
1) Is it possible to use Burrow with winforms application or WPF application?
2) Are there any samples how to configure Burrow with winforms app.
0
votes
2answers
434 views
NHibernate long running session for particular domain aggregates in WinForms?
I really don't know what the correct question is to figure out a solution to this problem. So here are some facts to provide context around the problem:
Our application is a winforms application ...
0
votes
3answers
1k views
How Do I Setup NHibernate.Burrow With Fluent?
I'm very interested in using NHibernate.Burrow for my session handling and DAO in my ASP.NET app but I'm having trouble with the configuration. Burrow requires an XML NHibernate config for setting up ...