LOL, always fun to search the archives and find a discussion about your blog post.
Re: the code in that post, Oracle.DataAccess.dll must be included with the project and, if it's a web application, the Copy Local flag must be set to 'true' on the reference. I never have found a better way to get that to work. Since then, I have reworked the code and dropped a copy to James the other day regarding another conversation going on in this thread (http://is.gd/l8kf). -dl On Feb 19, 12:56 pm, George Mauer <gma...@gmail.com> wrote: > I fixed it up to this:http://pastebin.com/f3704d5a9 > but then is started throwing aNHibernate.HibernateException : The > IDbCommand and IDbConnection implementation in the assembly > Oracle.DataAccess could not be found error. > > The solution is > here:http://tiredblogger.wordpress.com/2008/11/07/using-oracle-odp-with-nh... > but at that point became way too much of a bother. > > Interestingly, the above is not a problem when using a > hibernate.cfg.xml file > > On Feb 19, 8:42 am, James Gregory <jagregory....@gmail.com> wrote: > > > That's interesting. The code does look out of date actually. > > Shouldn't be too difficult to derive from the PersistenceConfiguration class > > and create your own OracleConfiguration. I'd do it myself but I don't have > > oracle or really know the different options available in it's connection > > string. > > > On Thu, Feb 19, 2009 at 2:40 PM, George Mauer <gma...@gmail.com> wrote: > > > > For the record, I tried that class but couldn't get it working. It > > > has a dependency on a class that no longer exists in fluent-nhibernate > > > and even after fixing that I kept getting an error that FNH was > > > looking for classes that didn't exist in my Oracle.DataAccess class > > > > On Feb 19, 6:05 am, James Gregory <jagregory....@gmail.com> wrote: > > > > Good link Filip, I didn't know that existed. It's a shame people don't > > > > submit things like that as patches. > > > > > On Thu, Feb 19, 2009 at 7:57 AM, Filip Kinsky <fi...@filovo.net> wrote: > > > > > > you can use configuration class for Oracle from this blog post: > > > > > >http://tiredblogger.wordpress.com/2008/12/04/persistanceconfiguration. > > > .. > > > > > > On 18 Ún, 22:32, George Mauer <gma...@gmail.com> wrote: > > > > > > Almost certainly a stupid question but I can't find the answer > > > > > > anywhere. > > > > > > > In the Getting Started tutorial the database is SQLite and so his > > > > > >sessionfactory creation > > > > > > is done using the SQLiteConfiguration class in the > > > > > > FluentNHibernate.Cfg.Db namespace > > > > > > > Great! But I don't see a Configuration class for using an Oracle > > > > > > database. How do I do this? > > > > > > > (sorry if this is a double post, I did not see it pop up and assume > > > > > > I > > > > > > had clicked cancel by accident) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To post to this group, send email to fluent-nhibernate@googlegroups.com To unsubscribe from this group, send email to fluent-nhibernate+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en -~----------~----~----~----~------~----~------~--~---