NHibernate 3 beta 1
I am new to NHibernate and I am testing the 3.0 beta. Is there a build of Fluent NHibernate that works with NH Beta or do I have to build my own?
Thanks,
Paul
Comments are currently closed for this discussion. You can start a new one.
2 Posted by Dmitry Kryuchkov on 23 Oct, 2010 06:55 PM
I've downloaded FluentNHibernate sources and created build for NHibernate 3 beta 1 without any problems
3 Posted by Paul Speranza on 24 Oct, 2010 12:07 AM
Dmitry,
I did also, I just had to change the NHibernate references. So far so good. I was just wondering if the Fluent team had an official one that they have been testing with.
Thanks
Paul
Support Staff 4 Posted by Paul Batum on 24 Oct, 2010 03:26 AM
Nothing official. I made a build a while back for a project at work, but I
haven't updated that build in a while because I'm not in a position to
upgrade the project. I suggest you continue to build your own version for
the time being. We'll do an official release once NH3 is in GA.
On Sun, Oct 24, 2010 at 11:09 AM, Paul Speranza <
***@tenderapp.com<tender%***@tenderapp.com>
> wrote:
5 Posted by Paul Speranza on 24 Oct, 2010 02:19 PM
Thanks Paul.
Do you have any idea when the NH3 GA is targeting?
Support Staff 6 Posted by James Gregory on 24 Oct, 2010 04:15 PM
NH3 is due sometime in the next few months.
On Sun, Oct 24, 2010 at 3:22 PM, Paul Speranza <
***@tenderapp.com<tender%***@tenderapp.com>
> wrote:
7 Posted by Martin F on 28 Oct, 2010 08:55 PM
Paul and Dmitry, did you your build actually work ?
I used to build my own version using the newest version of both fluent nhibernate and nhibernate, but this time it isnt working.
I can build without problems, but when using it, it doesnt work.
It wont create the mappings and export them, but doesnt throw any exception.
I have tried with an old version of fluent Nhibernate (before the latest breaking change) but it isnt working either.
8 Posted by Dmitry Kryuchkov on 28 Oct, 2010 09:10 PM
I've successfully created database schema for NH3 domain model from FluentNHibernate automappings, so I suppose, it works.
9 Posted by Paul Speranza on 28 Oct, 2010 11:32 PM
Martin,
This is the first time I have ever built it. I replaced all of the NHibernate references with the 3.0 beta binaries and it seems fine. The only problems that I have had are due to my being a newbie to NHibernate.
10 Posted by Martin F on 29 Oct, 2010 12:20 AM
Dmitry and Paul: Thanks for the quick reply.
I have been able to make it work with the source code from the first update on the 2010-09-22 (Upgraded MSpec - before adding diagnostic logging).
I havent been able to make it work with source code from 2010-09-26 and after.
Maybe it is just me doing something wrong.
Did you use the newest source code from Master on GitHub ?
Martin
11 Posted by Dmitry Kryuchkov on 29 Oct, 2010 05:44 AM
I've used sources from build #695, that I've downloaded from https://fluentnhibernate.org/downloads
James Gregory closed this discussion on 05 Nov, 2010 01:40 PM.