Questions tagged [nhibernate-burrow]

A NHibernate contribution which provides smart session management for ASP.Net applications

Lightweight framework for NHibernate offering smart session management for ASP.Net applications

12 questions
5
votes
1 answer

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 project I'm working on. Also, what other frameworks…
Luis Aguilar
  • 4,331
  • 6
  • 36
  • 55
3
votes
2 answers

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 on l2 cache in asp.net best practices is…
Pedro
  • 11,514
  • 5
  • 27
  • 40
3
votes
2 answers

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 a generic web application. I've come across the…
Alexis Abril
  • 6,389
  • 6
  • 33
  • 53
1
vote
2 answers

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 in my application and am reconfiguring burrow in…
Elliot
1
vote
1 answer

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 InstanceContextMode to per Call on these methods.…
Jochen
  • 1,488
  • 16
  • 21
1
vote
1 answer

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 is the best way to do this. I am not sure that HTTP…
user39880
1
vote
1 answer

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 automatically?
0
votes
3 answers

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 its persistence but I don't have a config file…
CalebHC
  • 4,998
  • 3
  • 36
  • 42
0
votes
1 answer

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, right? So once it gets an object, it wouldn't know…
simendsjo
  • 4,739
  • 2
  • 25
  • 53
0
votes
1 answer

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: Are there any issues with running .Burrow with…
yamspog
  • 18,173
  • 17
  • 63
  • 95
0
votes
1 answer

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 framework closes the Workspace at the end of every…
simendsjo
  • 4,739
  • 2
  • 25
  • 53
0
votes
2 answers

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.
mynkow
  • 4,408
  • 4
  • 38
  • 65