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#3967571

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967571
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to