Hi,
I have a pointcut which intercepts all the method calls in thin package. Here is my
pointcut:
<bind pointcut="all(com.gm.tnt.ds.thin.*)">
| <interceptor class="org.jboss.aspect.custom.MyMethodInterceptor"/>
| </bind>
|
I want to modify my pointcut to include all the classes in tnt package so i tried with:
<bind pointcut="all(com.gm.tnt.*.*.*)">
This didn't work. Could anyone please let me know how to acheive this?
Thanks,
Srikanth.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193855#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...