Kabir Khan [
http://community.jboss.org/people/kabir.khan%40jboss.com] created the
discussion
"Re: Abstract and aop"
To view the discussion, visit:
http://community.jboss.org/message/563732#563732
--------------------------------------------------------------
At a glance both your examples look like they should work but note that everything must be
fully qualified. If by "it does not work" you mean you're not seeing any
interception at all that is probably your problem. Try something like
<bind pointcut="execution(public void my.pkg.Class1->method1())">
...
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/563732#563732]
Start a new discussion in JBoss AOP at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]