[jboss-user] [JBoss AOP] - Interceptor not working

Rotsevni do-not-reply at jboss.com
Thu Nov 2 18:24:01 EST 2006


I have an interceptor on the execute method of an struts action class, but when the app gets to it the interceptor seems to do nothing, this is my jboss.aop.xml:

<?xml version="1.0" encoding="UTF-8"?>
  | <aop>
  |    <bind pointcut="execution(* com.factoringmarket.web.vendedor.EstadoCuentaVendAction->*(..))">
  |       <interceptor class="SessionCheck"/>
  |    </bind>
  | 
  | </aop>
  | 

i know it is being transformed cuz i cna see the changes in the .class

Im using jboss 4.0.3 and installed jboss-aop_1.5.2.GA

Any idea?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982804#3982804

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982804



More information about the jboss-user mailing list