[jboss-user] [JBoss AOP] - Re: sar will not deploy with LoadTimeWeaving (javaagent:plug

kabir.khan@jboss.com do-not-reply at jboss.com
Mon Jul 31 07:35:01 EDT 2006


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



More information about the jboss-user mailing list