[jboss-user] [JBoss AOP] - Re: I can't get AOP to cross cut ... Please help

wgmartinez do-not-reply at jboss.com
Wed Apr 4 06:05:31 EDT 2007


This is what's in the jboss-aop.xml by the way.

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <aop>
  | 
  |     <aspect name="LoggerAspect" class="com.ebrd.risk.dao.aop.LoggerAspect" scope="PER_VM"/>
  |     <bind pointcut="execution(public * *->*(..))">
  |         <advice name="logInvocation" aspect="LoggerAspect"/>
  |     </bind>        
  | </aop>
  | 

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

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



More information about the jboss-user mailing list