This looks like a problem with native methods, we do not check for those at the moment. I've added a JIRA issue http://jira.jboss.com/jira/browse/JBAOP-279 to be able to intercept those. In the meantime I think a workaround would be to use the following in your pointcuts
| execution(!native * org.acme.ClassWNative->*(..)) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961838#3961838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961838 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
