Re: Specification: Using NHibernate 2.x event listeners in ActiveRecord

2009-01-20 Thread Markus Zywitza
I'm targetting three different scenarios: 1) Operations department add event listeners at runtime, i.e. e-mail notifications of updates and deletes. This requires Windsor integration. 2) Event listeners are part of the model itself. 2a) The listeners are explicitly created for that model and are

how to release injected properties of Interceptors

2009-01-20 Thread ppcanodehuelva
Hi, i would like to implement the following but i don't really know whether is possible or how it could be the best way to do it. I have a component whose lifestyle is pooled (i have to put the instance back to the pool via Release). component 'logbook_proxy', ILogbookContract:

Re: WCF Integration Facility Roadmap

2009-01-20 Thread Colin Jack
I'm very impressed with the WCF integration facility, great work. On Jan 17, 7:39 pm, Craig Neuwirt cneuw...@gmail.com wrote: I am preparing to release the WCF Integration Facility in the next few weeks and wanted to gather any feedback, requests, wishes that users may have. thanks,   craig

Re: WCF Integration Facility Roadmap

2009-01-20 Thread Craig Neuwirt
thanks On Tue, Jan 20, 2009 at 7:52 AM, Colin Jack colin.j...@gmail.com wrote: I'm very impressed with the WCF integration facility, great work. On Jan 17, 7:39 pm, Craig Neuwirt cneuw...@gmail.com wrote: I am preparing to release the WCF Integration Facility in the next few weeks and

Re: WCF Integration Facility Roadmap

2009-01-20 Thread Colin Jack
One question, I just had a wierd error relating to the WCF Facility. I found one reference to it from a year ago but I put it down to having multiple versions of Castle arond so I've just spent the afternoon getting/building Castle/Rhino/NHibernate/Fluent NHibernate/MVC Contrib. So my question

Re: WCF Integration Facility Roadmap

2009-01-20 Thread Craig Neuwirt
Yes Castle is actively in the process of releasing. Individual projects have different owners and release plans, but they should all be coming soon. On Tue, Jan 20, 2009 at 11:05 AM, Colin Jack colin.j...@gmail.com wrote: One question, I just had a wierd error relating to the WCF Facility. I

Shared views

2009-01-20 Thread Flominator
Hi there, while experimenting with Monorail during the last month I received a lot of help at the forum, mainly by user mausch. Now I've finally read the text below the forum link (which I always thought to be some kind of disclaimer) and so I found this mailing list. I'd like to ask a question

Re: Shared views

2009-01-20 Thread Ayende Rahien
It is just a way to tell the system where to find the view On Tue, Jan 20, 2009 at 5:51 AM, Flominator flomina...@gmx.net wrote: Hi there, while experimenting with Monorail during the last month I received a lot of help at the forum, mainly by user mausch. Now I've finally read the text

Re: Specification: Using NHibernate 2.x event listeners in ActiveRecord

2009-01-20 Thread hammett
Great. Thanks for clarifying it. On Tue, Jan 20, 2009 at 12:27 AM, Markus Zywitza markus.zywi...@gmail.com wrote: I'm targetting three different scenarios: 1) Operations department add event listeners at runtime, i.e. e-mail notifications of updates and deletes. This requires Windsor