0 Replies Latest reply on Jun 24, 2004 6:30 PM by rkadayam

    Regeneration  of advice bindings if stacks are updated

    rkadayam

      Is it planned to implement the feature where if an AdviceStack is updated with a new set of InterceptorFactories , then all referencing AdviceBindings would also get updated with the corresponding InterceptorFactories ?

      I'm doing this by hand now and its not exactly simple mainly because the adviceBindings are not aware of the stacks but only the interceptor factories within them.

      So, I'm doing complex region matches and so on.