If I change jboss-aop.xml to
<?xml version="1.0" encoding="UTF-8"?>
< aop>
    < bind pointcut="execution(public * es.pfc.test.TestAOP->*(..))">
        < interceptor class="es.pfc.test.aop.MethodAuthorizationInterceptor"/>
    < /bind>
< /aop>

The sample works fine, but I don't know why?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841187#3841187

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841187


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to