|
From: NHibernate J. <nh...@gm...> - 2009-05-12 09:45:54
|
[config] Provide shorthand for default proxyfactory.factory_class values
------------------------------------------------------------------------
Key: NH-1774
URL: http://nhjira.koah.net/browse/NH-1774
Project: NHibernate
Issue Type: Improvement
Components: Toolset
Affects Versions: 2.1.0.Alpha1
Reporter: Krzysztof Koźmic
There should be a shorthand values for default three proxy factory factories so that instead of
<property name="proxyfactory.factory_class">NHibernate.ByteCode.Castle.ProxyFactoryFactory,NHibernate.ByteCode.Castle</property>
A user has to type
<property name="proxyfactory.factory_class">castle</property>
or
<property name="proxyfactory.factory_class">spring</property>
or
<property name="proxyfactory.factory_class">linfu</property>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://nhjira.koah.net/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|