Questions tagged [rhino-commons]

Rhino commons is a collection of useful .NET libraries and classes by Ayende Rahien.

Ayende describes it as follows: "Rhino Commons is a set of classes that I found to be useful in more than one project. It makes use of NHibernate, Castle, and various other tidbits that I have gathered in my travels. Rhino Commons is a library to help me do advanced stuff easier, and as such, it is advanced in itself."

Project home

24 questions
1
vote
1 answer

NHibernate and WCF Facility working together. Rhino Common Nhrepository outdated?

I have been looking for a good example of WCF and NHibernate facilities working together, (one session per web request, etc) but all the tutorials i find are dated 2009 and older. I am afraid i may lose my time trying to implement all this when…
Pepito Fernandez
  • 2,352
  • 6
  • 32
  • 47
0
votes
2 answers

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.FindAll()' is not supported by the language …
nandarya
  • 863
  • 1
  • 6
  • 12
0
votes
1 answer

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 to be able to use transactions in the integration…
0
votes
1 answer

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 use…
0
votes
1 answer

Detaching Rhino.Commons from a project

I have a project which uses Rhino.ActiveRecord's ARRepository, unfortunatly the project is no longer maintained and both of NHibernate's and ActiveRecord's versions are very old and we really need to upgrade. How do I detach the dependency from my…
the_drow
  • 18,571
  • 25
  • 126
  • 193
0
votes
2 answers

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 (ie the controller)? Or say in the service module…
Webjedi
  • 4,677
  • 7
  • 42
  • 59
0
votes
2 answers

Multiple endpoints , NServicebus vs Rhino Bus

I am pretty new to both NServiceBus and Rhino Bus - and I am wondering if multiple endpoints will solve my problem. I want the following: 1. Have an endpoint for Invoicing messages, that runs only 1 thread at the time 2. Have another endpoint for…
Lars-Erik
  • 13
  • 3
0
votes
1 answer

rhino.commons unit of work

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 the task of configuring more than one session…
user156888
0
votes
1 answer

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 passed to the controller. The values from the…
rjester
  • 53
  • 1
  • 4
1
2