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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to