Configuration of for Oracle to run NH-test<hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" > <session-factory name="NHibernate.Test"> <property name="connection.driver_class">NHibernate.Driver.OracleClientDriver</property> <property name="connection.connection_string"> User ID=NH;Password=nh;Data Source=localhost </property> <property name="connection.isolation">Unspecified</property> <property name="show_sql">false</property> <property name="dialect">NHibernate.Dialect.Oracle10gDialect</property> <property name="query.substitutions">true 1, false 0, yes 'Y', no 'N'</property> <property name="proxyfactory.factory_class">NHibernate.ByteCode.LinFu.ProxyFactoryFactory, NHibernate.ByteCode.LinFu</property> </session-factory> </hibernate-configuration>
Now the tx-rollback are working better. Thanks Oscar. If somebody have time to write a wiki about it in NH-Forge would be useful. Candidate page is: http://nhforge.org/groups/nhusers/wiki/know-issues-for-specific-rdbms.aspx but all wiki are open for all registered users so... 2009/2/3 Fabio Maulo <fabioma...@gmail.com> > 2009/2/3 Sidar Ok <sida...@gmail.com> > >> wow, that's spooky > > > What is important is to have some response from Oracle community because I > don't have any customer using it so I don't have a real project to work with > Oracle. > I'm checking each NH's failing test one-by-one "for the glory" and an help > from NH+Oracle community would be very appreciated. > -- > Fabio Maulo > -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to nhusers@googlegroups.com To unsubscribe from this group, send email to nhusers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---