Register Synchronization in ATM

2009-01-15 Thread Tavo
Hi, i need to publish an event after commiting a transaction. I'm doing Something like this [Transaction] public void HandleObject(ObjectDTO dto) { MyObject myObject = GetMyObjectFromDto(dto); transactionManager.RegisterSynchronization(new MySynchronization (myObject))

Re: How to integrate Castle ActiveRecord and WCF using Windsor?

2009-02-11 Thread Tavo
Thx! On Feb 11, 7:07 pm, Craig Neuwirt cneuw...@gmail.com wrote: It needs to be an IContractBehavior to ensure that it is propertly applied to the operations at the right time during channel or service host initialization On Wed, Feb 11, 2009 at 4:28 AM, Tavo gustavo.rin...@gmail.com wrote