Your CFlow expression looks ok, but this

  | <bind pointcut="execution(* ParserInterface->call(..))"  cflow="parse">
  | 

will only work if ParserInterface is a class and not an interface. Either use 
$instanceof() or the implementing class.

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

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


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to