[jboss-user] [JBoss AOP] - Re: What am I doing wrong???

kabir.khan@jboss.com do-not-reply at jboss.com
Fri Aug 25 13:32:15 EDT 2006


Also, can you see if you get the expected values when you replace the "bind"s in your jboss-aop.xml with "prepare"s?

e.g.


  |    <bind pointcut="execution...">
  |       ...
  |    </bind>
  | 

becomes


  |    <prepare expr="..."/>
  | 


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

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



More information about the jboss-user mailing list