JBoss Community

Re: Abstract and aop

created by Kabir Khan in JBoss AOP - View the full discussion

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

Start a new discussion in JBoss AOP at Community