Hi Kabir
Many thanks for your fast reply! Here's the jboss-aop.xml file:
| <?xml version="1.0" encoding="UTF-8"?>
| <aop>
| <bind pointcut="all(@trace)">
| <interceptor class="TraceInterceptor"/>
| </bind>
| </aop>
|
I changed it to
| <?xml version="1.0" encoding="UTF-8"?>
| <aop>
| <prepare expr="all(@trace)">
| <interceptor class="TraceInterceptor"/>
| </prepare>
| </aop>
|
but it's still saying 55.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967571#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...