I know this has been discussed ad nauseum...but I have an issue with the way Windsor is tracking Transient IDisposable objects.
Regarding the Castle Automatic Transaction Management Facility; I\'m having some difficulties getting operations to actually save to the database without flushing the session.
This question already has answers here: 开发者_开发技巧 Closed 10 years ago. Possible Duplicate:
I am starting out with Castle DynamicProxy and I have this sample to track changes to properties of an object.
I\'m trying to get an error message when I try to register a component in Castle Windsor that points to WCF Service that has errors in the configuration. For registering the component I\'m using:
Background... I have to build a new (asp.net mvc) app that uses an existing class library that is complex and can\'t be rewritten at this stage. The main problem is that this class library has a huge
What is the best way to connect asp mvc + castle windsor + nhibernate? I have repository which is injected into my controller constructor.
I\'ve been under the impression that releasing the component for my WCF service connection would close the channel associated with the component. However, consider the following:
I am using Castle to creat开发者_StackOverflow中文版e my database context based on a given interface. I have the following code in my Installer class and this works fine at the moment.
I have a class with multiple constructor开发者_如何学编程s. Is it possible to detect which constructor Windsor used to create instance?