Hi there!
Yes, as a workaround I've used cflow.
AspectJ weaves in different way, but the semantic stays the same.
Isn't there really any info about a method's class?
'within' takes class expression as an argument, right?
If you have access to a method, then you should also have access to the method's class. You weave the method itself, so you have access to the method's class. I don't know the details but it seems possible.
Comment..?
Tomasz Nazar
PS. I cannot use "call" because calls are made by Struts framework. Let's assume I log '* Action->execute(..)'.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877625#3877625
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877625
|