Hi, Yes, you have to use Windsor and its TransactionInterceptor which is registred when you register the AutomaticaTransactionFacility into the container.
If you don't register TransactionInterceptor or run the facility or resolve your classes through the container, you won't run your methods inside of transactions. Henrik -----Original Message----- From: kork [mailto:[email protected]] Sent: den 1 december 2009 10:05 To: Castle Project Users Subject: Re: a question about atm and nhibernate facilities thanks for your reply, only a last thing: can you explain better that please "you can just resolve IMyServiceClass-instance which uses tx- interception, and then pass it to these controls." -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
