What is the relationship between ActiveRecordUnitOfWorkFacility and
ActiveRecordFacility or is there one?
The reason I ask is that I currently use the
ActiveRecordUnitOfWorkFacility as such:
facility ActiveRecordUnitOfWorkFacility: assembly="Rhino.Commons_1"
and I include the following in the web.config:
<section name="activerecord"
type="Castle.ActiveRecord.Framework.Config.ActiveRecordSectionHandler,
Castle.ActiveRecord"/>
<activerecord pluralizeTableNames="false" default-lazy="false">
<config >
<add key="connection.driver_class"
value="NHibernate.Driver.SqlClientDriver" />
<add key="dialect" value="NHibernate.Dialect.MsSql2005Dialect" /
>
<add key="connection.provider"
value="NHibernate.Connection.DriverConnectionProvider" />
<add key="connection.connection_string_name"
value="DefaultDatabase" />
<add key="show_sql" value="true"/>
</config>
</activerecord>
I would like to centralized the config and just use Boo to configure
active record. Can I use both facilities in Boo?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Rhino Tools Dev" 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/rhino-tools-dev?hl=en
-~----------~----~----~----~------~----~------~--~---