kumaran d [
http://community.jboss.org/people/dkumaran] created the discussion
"Re: Negation Pointcut Example"
To view the discussion, visit:
http://community.jboss.org/message/605388#605388
--------------------------------------------------------------
finally i have resolved the issue as below.
<bind pointcut="execution( * com.mycom.common.*->*(..) )
AND !execution( * com.mycom.common.util.*->*(..) ) ">
<interceptor-ref name="com.mycom.aop.MyInterceptor"/>
</bind>
thanks.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/605388#605388]
Start a new discussion in JBoss AOP at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]