1 Reply Latest reply on Nov 6, 2002 9:40 PM by adrian.brock

    how to invoke a custom interceptor's setContainer()

    mirza_mohsin_beg

      Hi,

      I have a custom container interceptor for session beans that needs to do some operation at ejb deployment time if it finds <security-proxy> tag in jboss.xml for a bean. Basically similary to the invocation of SecurityProxyInterceptor.setContainer()

      I need to understand how/when/where to call the setContainer() method on my customer interceptor, so that it can do some operations based on the container.getSecurityProxy() object.

      Any pointers