[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-02-15 Thread Chris Marisic
: tehl...@gmail.com > To: fluent-nhibernate@googlegroups.com > Subject: [fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate > Integration Facility > > For session management thing, I advise everybody to take a look at > > http://fabiomaulo.blogspot.com > Tuna To

[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-02-14 Thread TigerShark
; ____ > > > From: fluent-nhibernate@googlegroups.com on behalf of Chris Bilson > > Sent: Thu 1/8/2009 1:44 PM > > To: Fluent NHibernate > > Subject: [fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate > > Integration Facility >

[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-02-14 Thread TigerShark
> > From: fluent-nhibernate@googlegroups.com on behalf of Chris Bilson > Sent: Thu 1/8/2009 1:44 PM > To: Fluent NHibernate > Subject: [fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate > Integration Facility > > The 2.1 NH bi

[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-01-09 Thread Stefan Lieser
> Reason? No one has grabbed the 2.0.1 binaries and put them in yet :) I see... well we did it ;-) > I'll see if I can get this in this weekend if possible, but no guarantees. No problem. Cheers Stefan Lieser -- http://clean-code-developer.de --~--~-~--~~~---~--~--

[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-01-09 Thread Chad Myers
luent-nhibernate@googlegroups.com Subject: [fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility Hi Chad, any reason for using 2.0 instead of 2.0.1? Cheers, Stefan Lieser -- http://nhplugin.lieser-online.de <http://nhplugin.lieser-online.de/> Chad Myers sch

[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-01-09 Thread Stefan Lieser
___ > > From: fluent-nhibernate@googlegroups.com on behalf of Chris Bilson > Sent: Thu 1/8/2009 1:44 PM > To: Fluent NHibernate > Subject: [fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate > Integration Facility > > > > > The 2.1 NH binaries are

[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-01-08 Thread Chris M .
fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility For session management thing, I advise everybody to take a look at http://fabiomaulo.blogspot.com Tuna Toksöz http://tunatoksoz.com Typos included to enhance the readers attention! On Thu, Jan 8, 2009 at 9:44 P

[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-01-08 Thread Sebastien Lambla
ooglegroups.com] On Behalf Of Mike Hadlow > Sent: 08 January 2009 17:02 > To: Fluent NHibernate > Subject: [fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate > Integration Facility > > Woops, sorry that code above won't work. You have to create you own > IConf

[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-01-08 Thread Chad Myers
w > Sent: 08 January 2009 17:02 > To: Fluent NHibernate > Subject: [fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate > Integration Facility > > Woops, sorry that code above won't work. You have to create you own > IConfigurationB

[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-01-08 Thread Tuna Toksöz
For session management thing, I advise everybody to take a look at http://fabiomaulo.blogspot.com Tuna Toksöz http://tunatoksoz.com Typos included to enhance the readers attention! On Thu, Jan 8, 2009 at 9:44 PM, Chris Bilson wrote: > > built my own Unit of work implementation that handles

[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-01-08 Thread Chris Bilson
02 > To: Fluent NHibernate > Subject: [fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate > Integration Facility > > Woops, sorry that code above won't work. You have to create you own > IConfigurationBuilder. This one is tested and works: > > ///

[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-01-08 Thread Chris Constantin
I did exactly the same thing, created a custom configuration builder. I have attached it, plus the patch to get the facilities to build. Hope this helps, Chris On Thu, Jan 8, 2009 at 10:48 AM, Tuna Toksöz wrote: > Hmm, > What part of castle facility is failing to build? > > > Tuna Toksöz > http:

[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-01-08 Thread Tuna Toksöz
Hmm, What part of castle facility is failing to build? Tuna Toksöz http://tunatoksoz.com Typos included to enhance the readers attention! On Thu, Jan 8, 2009 at 8:42 PM, Sebastien Lambla wrote: > > I've had to revert to using a SessionManager and manage my sessions myself. > Not nice! --~-

[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-01-08 Thread Sebastien Lambla
ge my sessions myself. Not nice! -Original Message- From: fluent-nhibernate@googlegroups.com [mailto:fluent-nhibern...@googlegroups.com] On Behalf Of Mike Hadlow Sent: 08 January 2009 17:02 To: Fluent NHibernate Subject: [fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integr

[fluent-nhib] Re: Fluent NHibernate and the Windsor NHibernate Integration Facility

2009-01-08 Thread Mike Hadlow
Woops, sorry that code above won't work. You have to create you own IConfigurationBuilder. This one is tested and works: /// /// Default imlementation of /// public class FluentNHibernateConfigurationBuilder : IConfigurationBuilder { /// /// Builds the Configuration object fro