I'm migrating xml configuration to binsor and I'm stumbling upon
question on how to transform config elements list with boo

http://ayende.com/Blog/archive/2007/10/25/Binsor-2.0.aspx is almost
getting me there, but I'm using multiple base entity type mapped over
different connections.

<facility id="arfacility"
type="Castle.Facilities.ActiveRecordIntegration.ActiveRecordFacility,
Castle.Facilities.ActiveRecordIntegration" isDebug="false"
isWeb="true">
        <assemblies>
          <item>assembly1</item>
          <item>assemblyN</item>
        </assemblies>
        <config>
          <add key="proxyfactory.factory_class"
value="NHibernate.ByteCode.Castle.ProxyFactoryFactory,
NHibernate.ByteCode.Castle" />
          <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="connection1" />
          <add key="show_sql" value="true" />
        </config>
        <config type="baseType, assemblyN">
          <add key="proxyfactory.factory_class"
value="NHibernate.ByteCode.Castle.ProxyFactoryFactory,
NHibernate.ByteCode.Castle" />
          <add key="connection.driver_class"
value="NHibernate.Driver.MySqlDataDriver" />
          <add key="dialect" value="NHibernate.Dialect.MySQLDialect" /
>
          <add key="connection.provider"
value="NHibernate.Connection.DriverConnectionProvider" />
          <add key="connection.connection_string_name"
value="connectionN" />
          <add key="show_sql" value="true" />
        </config>
</facility>


anyone would share how to do that?

Best regards

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to