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

2009-02-11 Thread Craig Neuwirt
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: Craig talking about this, i have seen that you set the UnitOfWork

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:

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

2009-02-10 Thread Craig Neuwirt
They are independent. You should be able to configure them independently. I suspect what you are looking for is how to manage session/transaction scope per request. If you look at the WcfFacility tests you will find a UnitOfWorkBehavior which shows you how to create the plumbing you need. For