I\'m trying to send a message with MassTransit over MSMQ.The message contains two properties which are types obtained from an NHibernate query and contain Castle Proxies (for lazy loading).
I\'m getting some very unexpected (I think) behavior with the Typed Factory facility. Basically, it\'s reusing transient component instances for constructor injection with Func<T>.
I am trying to figure out how to register decorators for generic types with 2 generic parameters. The first test case below is just a sanity check for a 1-generic parameter case which I added when the
I need to use new LINQ provider in NHibernate 3.0 us开发者_开发百科ing Castle ActiveRecord. How it possible. Can I simply replace NHibernate 3.0 assembly with that one that comes with Castle ActiveRec
I think my question is a long shot. Lets say I have an 开发者_运维技巧attribute: public sealed class MyCustomAttribute: ActionFilterAttribute
I\'m using Microsoft Visual Studio 2010.I start to work with FluentNHibernate 1.1. After configuration.BuildSessionFactory() execute, i have exception.
public interface IFoo : ICanCatch, ICanLog { void Bar () } public class Foo : IFoo { public void Bar () {
I would like to register an object with a list parameter, but without using a configuration file. this is the configuration file that I currently use:
It\'s a long time开发者_如何学运维 I\'m working with NHibernate session through frameworks like Castle ActiveRecord but never understood what is a session exactly and how should manipulate. Can anybod
Hi I\'ve been using Castle project for the first time and facing a problem in registering a component with the container in a console application.