[jboss-user] [JBoss AOP] - Re: Help with pointcut

2008-12-03 Thread DerMas
[EMAIL PROTECTED] wrote : | | all(com.gm.tnt..) | | | should work, although I think that is aop 2.0.0 only: | http://www.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/reference/en/html/pointcuts.html#pointcuts-wilcards | | But doesnt the doc say that it wont work?

[jboss-user] [JBoss AOP] - Re: Help with pointcut

2008-12-03 Thread [EMAIL PROTECTED]
I thought you wanted to restrict to the package and not sub-packages. If you want to intercept everything in the package and sub-packages this should work: | all(com.gm.tnt.*) | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194029#4194029 Reply to

[jboss-user] [JBoss AOP] - Re: Help with pointcut

2008-12-02 Thread [EMAIL PROTECTED]
| all(com.gm.tnt..) | should work, although I think that is aop 2.0.0 only: http://www.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/reference/en/html/pointcuts.html#pointcuts-wilcards View the original post :