Tagged Questions

0
votes
1answer
33 views

rhino.commons unit of work

Hi i'm trying to get multi tenancy working in my app - using nhibernate integration facility from castle and i think that the funky combination of using the nh facility combined with fluent is making …
0
votes
1answer
71 views

Rhino.Commons and it won’t compile

I get this very strange error message when trying to use Rhino.Commons with my asp.net mvc application. Error 3 'Rhino.Commons.Repository<Web.Models.Poll>.FindAll()' is not supported by the …
3
votes
3answers
230 views

How do you mock UnitOfWork from Rhino.Commons?

My application is using Rhino.Commons - NHRepository and UnitOfWork. I like the With.Transaction() syntax for transactions and have been using it for some time. But I ran into a problem - how do I …
0
votes
1answer
79 views

Rhino Commons UnitOfWork and ASP.NET MVC Controller seem to be caching parameters

I am using Rhino Commons UnitOfWork in my controller methods. The first request retrieves the data and displays it correctly. My problem is when I change the parameters in the URL they are not …
2
votes
1answer
591 views

Rhino.Commons + Fluent NHibernate

Hello, Is there a way to use Rhino.Commons with Fluent Nhibernate, (in particular AutoMapping)? Many thanks fromano
0
votes
1answer
282 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 …
1
vote
2answers
246 views

Rhino Commons and Rhino Mocks Reference Documents?

Ok, is it just me, or does there seem to be a lack of (easy to find) reference documentation for Rhino Commons and Rhino Mocks? My coworkers have started using Rhino Mocks and Rhino Commons …
0
votes
1answer
311 views

Nesting transaction scopes for integration tests using Rhino Commons UnitOfWork

I'm trying to set up a integration test class that wraps each test in a transaction. This way I can rollback the transaction after each test instead of resetting the DB before each test. I also want …
0
votes
2answers
262 views

RhinoCommons UnitOfWork Question with ASP.Net MVC

I'm playing around with RhinoCommons and NHibernate and I had a question about the UnitOfWork pattern. Sorry if this is a n00b question. Should the UnitOfWork be started at the very highest level …
0
votes
1answer
179 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 …
2
votes
2answers
913 views

Any Rhino Commons Getting Started Tutorials?

There used to be a great one at this blog: http://www.hanneyetc.co.uk/ but it is offline now.