I'm trying to access the original object instance, unproxied, in an
interceptor. After running into some stack overflows, I stepped
through in the debugger and noticed that InvocationTarget is the same
object as Proxy. This can't be right, can it?

Is there a way I could be setting my interceptor up incorrectly to
cause this? I'm just doing:

model.Interceptors.AddLast(new InterceptorReference(typeof
(MyInterceptor)));

In a ComponentRegistered handler.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Development List" 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-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to