mmmm.... I don't think so... You can add assemblies through configuration so... or you are seeing the wrong config. file or you are adding others assemblies in others places... There is no way for NH to guess which assemblies it you add to the session-factory
On Fri, Aug 27, 2010 at 1:18 PM, PLen <[email protected]> wrote: > > Sorry, the entire hibernate.cfg.xml file looks like: > > <?xml version="1.0" encoding="utf-8" ?> > <hibernate-configuration xmlns="urn:nhibernate-configuration-2.2"> > <session-factory> > <property > name="connection.provider">NHibernate.Connection.DriverConnectionProvider</ > property> > <property name="dialect">NHibernate.Dialect.Oracle10gDialect</ > property> > <property > name="connection.driver_class">NHibernate.Driver.OracleClientDriver</ > property> > <property name="connection.connection_string">User > ID=iceberg;Password=iceberg;Data > Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP) > (HOST=LOCALHOST)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED) > (SERVER_NAME=XE)))</property> > <property > > name="proxyfactory.factory_class">NHibernate.ByteCode.Castle.ProxyFactoryFactory, > NHibernate.ByteCode.Castle</property> > <property name="show_sql">true</property> > </session-factory> > </hibernate-configuration> > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > > -- Fabio Maulo -- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en.
