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
AR, you will just need to create a new SessionScope/TransactionScope in the
BeforeInvoke and Dispose it in the AfterInvoke.

On Tue, Feb 10, 2009 at 4:41 AM, crios...@gmail.com <crios...@gmail.com>wrote:

>
> Hey guys,
>
> Can anyone provide working snippet for integration AR and WCF services
> using windsor container (facility perhaps?) for PerCall (per request)
> model?..
>
> Thank you in advance! :)
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to castle-project-users@googlegroups.com
To unsubscribe from this group, send email to 
castle-project-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to