Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] cflow or something like that

hi ron,

If you aren't able to weave into the code of A,
>I think you will either have to resort to looking
> at the stack trace at some point or use some
thats what i do now

> non-AspectJ-specific way to identify when A
>is running (e.g., with a subclass or a
>decorator or a servlet filter).
as my stuff is being called by the framework
(hibernate to be concrete) i do not have a
(simple) chance on intercepting (but there are).

> If you are looking at stack traces, it might
> be more efficient to do it at a top-level entry
> point rather than at each execution of B.
can you elaborate on what you mean by that?

thanks

ciao robertj


Back to the top