Thanks Karron, I've applied this.

On Wed, Feb 18, 2009 at 3:21 AM, Karron Qiu <[email protected]> wrote:

> proxyfactory.factory_class is a mandatory configuration in nh2.1 trunk
> version. I create a patch to configure this setting.  Please have a
> look it. Thanks. By the way, I consider if we should set a default
> value for it when fluent nh supports nh2.1, such as
> "NHibernate.ByteCode.Castle.ProxyFactoryFactory,
> NHibernate.ByteCode.Castle". Because Castle is more popular than LinFu
> currently.
>
>
> It looks like below.
>
> +        protected const string ProxyFactoryFactoryClassKey =
> "proxyfactory.factory_class";
>
> +
> +        public TThisConfiguration ProxyFactoryFactory(string
> proxyFactoryFactoryClass)
> +        {
> +            _values.Store(ProxyFactoryFactoryClassKey,
> proxyFactoryFactoryClass);
> +            return (TThisConfiguration)this;
> +        }
>
>
> --
> Regards,
> Karron
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to