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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...