8 Replies Latest reply on Nov 22, 2012 4:53 AM by mrootman

    Migrating EJB2.1 Inteceptors

    mrootman

      Dear all,

       

      Can somebody point me how Jboss 5 EJB2.1  custom interceptors should be migrated to EJB2.1 Jboss 7?,

       

      Currently we have multiple EJB2 interceptors which are implemented as inheritance from org.jboss.ejb.plugins.AbstractInterceptor  and configured in <container-interceptors> of standardjboss.xml.

       

      What is the equivalent for Jboss7?