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

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

Specification: Using NHibernate 2.x event listeners in ActiveRecord

2009-01-19 Thread Markus Zywitza
Hi all I'm planning to support NH 2.x event system in ActiveRecord and have created a specification document for this: http://using.castleproject.org/display/AR/NHEventListenerSpecs Please tell me what you think and if you have any other needs regarding the NH event architecture. -Markus