I submitted a bit of code which implements a proxy-based service interceptor framework. However, I don't think the service interceptor ordering is going to work with this implementation. To create a proxy-based service interceptor, you would use the "hivemind.lib.InvocationDecorator" service-id to create the service interceptor. So, ALL proxy-based service interceptors would have the same service-id. Is there some other way we could order these things? It seems a bit cumbersome to have to write a whole new ServiceInterceptorFactory every time I want to create a new type of service interceptor.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
