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

Reply via email to