1 Reply Latest reply on Nov 12, 2002 5:15 PM by sgturner

    Interceptor architecture

    mdynan

      Is there any documentation and/or examples about using the various interceptor architectures within JBoss? I found a security interceptor article in JavaWorld (http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ejbsecurity.html), but I am particularly interested in using MBean interceptors.

      I found the source for the mx interceptor classes under the org.jboss.mx.interceptor package, but I need a bit more advice about how to chain these together and deploy them against a specific MBean etc. In the JavaWorld article, there is an example of the deployment descriptor that includes a <security-proxy/> tag which demonstrates how to associate the interceptor proxy with the EJB in question. But I don't see a similar tag in the SARDeployer DTD.

      Thanks