[jboss-user] [JBoss AOP] - Re: Dynamic AOP

ikek70 do-not-reply at jboss.com
Wed Sep 12 14:24:51 EDT 2007


Yes, I tried both. Unfortunately, they do not work.
My jboss-aop.xml is

  | <?xml version="1.0" encoding="UTF-8"?>
  | <aop>
  |    <prepare expr="call(* POJOFriend->print()) AND within(POJO)"/>
  | </aop>
  | 
Actually, I also tried below cases like in my prepare expression.
-"execution(* *->*(..))" OR 
- "call(* *->*(..))"


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

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



More information about the jboss-user mailing list