2 Replies Latest reply on Nov 10, 2004 3:25 AM by skellen

    Per-thread aspect scope

    skellen

      Hi,

      Is it possible to deploy an aspect with per-thread scope (like 'percflow' in AspectJ). There is no such constant in Scope type, but maybe there is some other way to achieve this?


      Best regards,

      Szczepan Kuzniarz

        • 1. Re: Per-thread aspect scope
          bill.burke

          nope, never got around to implementing it although it would be pretty easy to add.

          You need it? Or is it just a checklist for you?

          Bill

          • 2. Re: Per-thread aspect scope
            skellen

             

            Bill Burke wrote:
            nope, never got around to implementing it although it would be pretty easy to add.

            You need it? Or is it just a checklist for you?


            It is not a must-have feature, but it would help me a little bit. But I think I can achieve my goal (per-thread logging across many methods) with Threadbased aspect.


            Best regards,

            Szczepan Kuzniarz