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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to